Skip to content

Commit

Permalink
fix: pmndrs#2074 GizmoHelper with Z UP camera
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoHamuy committed Aug 28, 2024
1 parent bc8607e commit d222f0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/GizmoHelper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const GizmoHelper = ({
targetPosition.copy(direction).multiplyScalar(radius.current).add(target)

dummy.lookAt(targetPosition)
dummy.up.copy(mainCamera.up)

q2.copy(dummy.quaternion)

Expand Down

0 comments on commit d222f0d

Please sign in to comment.