webvr-tests
webvr-tests copied to clipboard
Does this work with DOM?
Today it's possible to make 3D scene with DOM using CSS transform: matrix3d(). Does WebVR allow a DOM scene (a single DOM tree) to be rendered twice, once for each eye? Or is it limited to canvas/WebGL where we can manually render things twice?
cc: @mthart