postprocessing icon indicating copy to clipboard operation
postprocessing copied to clipboard

When use EffectComposer, the GizmoViewport disappear

Open shunmian opened this issue 1 year ago • 1 comments

Description of the bug

When use EffectComposer for selection purpose, the GizmoViewport from @react-three/drei disappear

To reproduce

see code

Expected behavior

The GizmoViewport should be visible

Library versions used

"@react-three/drei": "9.32.0",
"@react-three/fiber": "8.8.2",
"@react-three/postprocessing": "2.6.2",
"postprocessing": "6.28.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"three": "0.144.0"

shunmian avatar Apr 25 '24 06:04 shunmian

@shunmian Add the renderPriority={1} prop on GizmoHelper

beginnerJq avatar Apr 29 '24 06:04 beginnerJq

Closing this since it's related to react and thus out of scope for this project.

vanruesc avatar Jun 05 '24 20:06 vanruesc