Izzimach / react-three-legacy

React bindings to create and control a 3D scene using three.js
Other
1.52k stars 128 forks source link

Spherical Panorama Example gives error #95

Closed Dhyey closed 7 years ago

Dhyey commented 7 years ago

Hi when I ran npm run example and then opened this example I get error as

screen shot 2017-01-04 at 7 17 49 pm
Izzimach commented 7 years ago

Yeah, at some point we switched to a Renderer/Scene architecture (to support multiple scenes on one canvas) and this was never updated.

Dhyey commented 7 years ago

Thank you!