My new glasses have arrived & I can now better operate the device, so I am going to start taking a scene I am working on and add things one at a time. Not really interested in re-inventing the wheel.
Has anyone seen a forum or other info / recommendations for developing with the oculus browser? Specifically, is there some sort of frame rate monitoring or console log facility? If not, I can rig some small full screen GUI to display me the rate & have a temporary button to exit right? My ultimate goal is to deploy in BJS Native, but not a good place to start.
Also, has anyone turned on the experimental 90 hz refresh rate yet? Thinking it might be useful as things are added to observing any rate drops, being more constraining / sensitive. It’s going to be production eventually, so unless there is a reason not to use it yet, might as well do it in dev.
Almost an side, but I needed some colored lights to be seen from above, but the emissive PBR material looked washed out, so I added 3 lines & changed an if test of the Blender exporter. Now have a check box property ‘Override as STD Material’.
It fixed the problem, but now I am thinking if an emissive STD material is much faster than a PBR Material, I might use it anywhere a PBR material is not beneficial, like metalic, shiny, or has an alpha texture. Most scenes are going to bottle neck in the js thread, but I have some very plain walls, where the fragment shader is going to run a high % of the number of pixels. Thinking the 90hz constraint might be helpful in confirming my hypothesis.
Anything / place people found useful.