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

a-entity as camera no longer works, please use a-camera #34

Open HawkenKing opened 4 years ago

HawkenKing commented 4 years ago

the following no longer works with a-frame:

<a-entity camera stereocam="eye:left;"></a-entity>

you must use:

<a-camera id="camera" stereocam="eye:left;"></a-camera>

The examples also need to be updated to use this and modern a-frame 1.0.4+ to work in webxr