utsuboco / r3f-perf

Easily monitor your ThreeJS performances.
https://codesandbox.io/s/perlin-cubes-r3f-perf-wtp9t?file=/src/App.js
MIT License
602 stars 23 forks source link

fix: camera rotation to prevent default_up #51

Closed quirm closed 6 months ago

quirm commented 6 months ago

Fixes a case when using a different THREE.Object3D.DEFAULT_UP that renders rotated orthographic projection:

CleanShot 2024-03-30 at 02 14 28@2x

RenaudRohlinger commented 6 months ago

Thanks for this!