Izzimach / react-three-legacy

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

_THREErenderer.setSize is called on every prop change #98

Closed w3dot0 closed 7 years ago

w3dot0 commented 7 years ago

see https://github.com/Izzimach/react-three/blob/master/src/components/THREERenderer.js#L141

"width" prop is compared with "height"

Izzimach commented 7 years ago

Well spotted, thanks!