mdn / webvr-tests

A set of simple tests for testing WebVR functionality. See https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API for the latest on the documentation.
Creative Commons Zero v1.0 Universal
77 stars 27 forks source link

Does this work with DOM? #1

Closed trusktr closed 2 years ago

trusktr commented 8 years ago

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?

trusktr commented 8 years ago

cc: @mthart