I’m using a pmremGenerator with a .png image. Shows up great on everything but smartphones. Any idea why this is happening?
What is PMGGenerator
? Are you referring to a third-party project?
Sorry, I typed it wrong. “pmremGenerator”. I’m projecting it onto a sphere.
Does the following example work on your device?
https://threejs.org/examples/webgl_loader_gltf
Notice that the renderer uses PMREMGenerator
internally now so it most use cases it is not necessary to use it on app level anymore.
Ahhh. Yes, I see. Thank you!!