Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Render fluid after all opaque on Quest only
#3
(13-09-2021, 11:07 AM)josemendez Wrote: Hi there,

This can be due to a variety of reasons. Fluid should always be rendered after all opaque objects (objects in the opaque render queue). Also, your render pipeline needs to generate a depth buffer, otherwise fluid will be rendered on top of everything.

Since you're using the standard Lit shader for opaques, only possible reason for this is that depth buffer generation is disabled in your pipeline. Try enabling it. See:
http://obi.virtualmethodstudio.com/manua...ering.html
Hi,

Thanks for your reply.

Depth Texture and Opaque Texture boxes is checked :
   
Did you know how can I know if my pipeline generate a depth buffer ?

Thanks

Best
Reply


Messages In This Thread
RE: Render fluid after all opaque on Quest only - by aleveque - 13-09-2021, 01:02 PM