Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  SimpleFluid doesn't render on android cardboard vr
#3
(23-12-2020, 12:59 PM)Hanyi Wrote: Does obi fluid not work with OpenGLES2 graphic API for mobile? Tried it with the depreciated Google VR sdk, for OpenGLES2 particles doesn't render, whereas for OpenGLES3 particles are rendered.

Hi,

Fluid rendering requires access to depth/floating point textures which aren't supported in ES2. OpenGLES3 or Metal is required.

If any of the required texture formats are not supported by the rendering API being used, an error message will be output to the application's log.
Reply


Messages In This Thread
RE: SimpleFluid doesn't render on android cardboard vr - by josemendez - 23-12-2020, 01:01 PM