Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue with darkening on mobile
#3
Hi,

This is probably due to reduced texture/shader precision in mobile platforms.

Surface normals for fluid are extracted from the depth buffer, so if its precision is not high enough, "stepping" artifacts will occur in the normals buffer that will reduce highlight quality, to the point of making them not visible if surface curvature is not very large. This depends on the exact GPU your device uses, though.

For this reason amongst others (mainly performance, as mobile is generally very fill-rate limited), it is strongly recommended to use the SimpleFluidRenderer for these devices. See:
http://obi.virtualmethodstudio.com/tutor...ering.html
Reply


Messages In This Thread
Issue with darkening on mobile - by nsanders90 - 16-10-2019, 06:58 PM
RE: Issue with darkening on mobile - by josemendez - 20-10-2019, 12:22 PM