microsoft / HoloJS

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

Develop/fix framebuffer rendering #127

Closed Almost-Done closed 6 years ago

Almost-Done commented 6 years ago

Convert the typeless GL_DEPTH_STENCIL_OES format to GL_DEPTH24_STENCIL8_OES

Handle boolean values passed to uniform1i by converting them to 1 or 0.

Split the monolithic ThreeJs sample into multiple scripts that can be activated independent of each other.

Add shadows example.

Almost-Done commented 6 years ago

Fixes #125