You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a <GizmoHelper /> with either Viewcube or Viewport, it breaks the EffectComposer from postprocessing (v3.0.4). If I add the Helper higher up in the scene, the EffectComposer works, but the Gizmo isn't rendered instead.
three
version: 0.174.0@react-three/fiber
version: 9.1.0@react-three/drei
version: 10.0.4node
version: 20.8.1npm
(oryarn
) version: 10.1.0Problem description:
When adding a
<GizmoHelper />
with either Viewcube or Viewport, it breaks the EffectComposer from postprocessing (v3.0.4). If I add the Helper higher up in the scene, the EffectComposer works, but the Gizmo isn't rendered instead.Relevant code:
https://codesandbox.io/p/sandbox/pbwi6i
Suggested solution:
I actually don't have any suggestion for this one, sorry.
The text was updated successfully, but these errors were encountered: