c-frame / aframe-stereo-component

aframe.io component to enable separate eye rendering of objects, plus stereo video rendering (full 360 or half dome)
https://c-frame.github.io/aframe-stereo-component/
MIT License
137 stars 52 forks source link

Testing methods #4

Closed atomicguy closed 1 year ago

atomicguy commented 8 years ago

Modified the code for getting at the Three.js PerspectiveCamera to get at an a-frame object’s Mesh and apply the correct layer.

It gets things working again for the boxes test case at least. I don’t have the right setup to test the video at the moment.

vincentfretin commented 1 year ago

This is a really old PR. Most of the code here is in master, except the this.layer_changed = true; flag, see #23 for this. You can close this PR @atomicguy