utsuboco / r3f-perf

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

[bug] Cannot render correctly with Z-up #30

Closed HarikalarKutusu closed 3 months ago

HarikalarKutusu commented 2 years ago

I have the following setting in my user-interactive application:

Object3D.DefaultUp.set(0, 0, 1);

This prevents correct rendering of r3f-perf panel. image

hug-0 commented 1 year ago

Any straight forward ways to address this? I would love to be able to use this component out of the box! I could go the headless route and build my own component to render the stats, but seems like such a waste for an otherwise great plugin!

amritbanerjee commented 1 year ago

Was anyone able to solve this? Any easy fixes?

sashankaryal commented 4 months ago

Having the same issue

Archimagus commented 3 months ago

Same issue here.

quirm commented 3 months ago

The same issue, this https://github.com/utsuboco/r3f-perf/pull/51 seems as a viable fix

RenaudRohlinger commented 3 months ago

Solved thanks to @quirm 🙌