microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Add sample that uses the advanced rendering mode (not auto-stereo) #82

Closed Almost-Done closed 7 years ago

Almost-Done commented 7 years ago

We only provide samples that use auto-stereo. ANGLE-holographic has an advanced rendering mode where the stereo effect can be controlled by the script; we should have a sample on how to achieve this.

Almost-Done commented 7 years ago

Closing without fixing the issue. Stereo through instanced drawing is not a standard and further complicates the script samples.