firtoz / react-three-renderer

Render into a three.js canvas using React.
https://toxicfork.github.com/react-three-renderer-example/
MIT License
1.49k stars 155 forks source link

perspectiveCamera's prop "quaternion" not update camera's quaternion #227

Open keshidong opened 6 years ago

keshidong commented 6 years ago

if I update quaternion prop of perspectiveCamera, It didn't Update the camera's quaternion every time the value changes. But I set lookAt prop of perspectiveCamera, the props of lookAt keeps with the camera every time. What about let quaternion prop of perspectiveCamera consistent with ref(threejs camera)?

thank you!