firtoz / react-three-renderer-fiber

Porting R3R to use React Fiber
MIT License
94 stars 10 forks source link

Reconsider object3d position/matrix/lookAt props #70

Open toxicFork opened 6 years ago

toxicFork commented 6 years ago

Setting the matrix may affect position/quaternion.

Perhaps a prop group may be needed for anything that the matrix touches?

See #58