Skip to content

Commit

Permalink
fix tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Bvallon-sl committed Dec 6, 2023
1 parent 39ecf09 commit 7741924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZEDCamera/Assets/ZED/SDK/Helpers/Scripts/ZEDManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,7 @@ private void UpdateTracking()
}
else //Not AR pass-through mode.
{
//zedRigRoot.localRotation = zedOrientation;
zedRigRoot.localRotation = zedOrientation;
if (!ZEDSupportFunctions.IsVector3NaN(zedPosition))
zedRigRoot.localPosition = zedPosition;
}
Expand Down

0 comments on commit 7741924

Please sign in to comment.