Can Emscripten (or WebGL) handle the new PBR shaders? I’ve trying to get something set up, but I’m getting nothing.
I’ve a got a working scene running in Chrome that renders some spheres with a basic grey material. When I switch this material to a PBR one, the objects are not visible (although the do get created and added to the scene). Also, this exact code with the PBR materials renders beautifully on desktop builds.
I’ve also noticed that you can’t add a TextureCube to a Zone component when compiling for the web.