Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Render fluid after all opaque on Quest only
#2
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
Reply


Messages In This Thread
RE: Render fluid after all opaque on Quest only - by josemendez - 13-09-2021, 11:07 AM