WebGLSamples / WebGLSamples.github.io

WebGL Samples and Examples
https://webglsamples.org
Other
886 stars 269 forks source link

Update multiview implementation to use OVR_multiview2 #32

Closed fernandojsg closed 5 years ago

fernandojsg commented 5 years ago

Adapt the code from multiview to support the latest spec: https://www.khronos.org/registry/webgl/extensions/OVR_multiview2/

fernandojsg commented 5 years ago

@kenrussell I've been testing it on canary and it works as expected

kenrussell commented 5 years ago

Thanks for confirming. Merging.