Skip to content

Commit de3b074

Browse files
authored
fix: #2074 GizmoHelper with Z UP camera (#2075)
1 parent bc8607e commit de3b074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/GizmoHelper.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export const GizmoHelper = ({
9595
targetPosition.copy(direction).multiplyScalar(radius.current).add(target)
9696

9797
dummy.lookAt(targetPosition)
98-
dummy.up.copy(mainCamera.up)
9998

10099
q2.copy(dummy.quaternion)
101100

0 commit comments

Comments
 (0)