Stereoscopic Cubemap Support

I agree, there’s no direct support for this.

In the engine, when rendering each draw call, we swap some uniforms (mostly camera related) for each view (eye). See the code here:

Perhaps you could do a custom shader / chunk and use the viewPos to detect left vs right, and output color from different cubemap or similar.

2 Likes