microsoft / HoloJS

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

Update web samples to make them work with HoloJS changes for culling #86

Closed Almost-Done closed 7 years ago

Almost-Done commented 7 years ago

The web samples must be updated to use the new THREE.HolographicCamera that passes the projection matrix for rendering. Also remove polyfills.js and turn on culling since it's now supported.