Izzimach / react-three-legacy

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

Adding rotation prop to Object3D #65

Closed kgsherman closed 8 years ago

kgsherman commented 8 years ago

I noticed that only quaternions are supported for Object3Ds, while threejs supports both quats and eulers (via the rotation property). This simply adds that property.