Skip to content

Commit

Permalink
Update FreeFlightManipulator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Haneul Kim authored and pixelflinger committed Oct 8, 2024
1 parent 2bbcb6d commit 164a25c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/camutils/src/FreeFlightManipulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ class FreeFlightManipulator : public Manipulator<FLOAT> {

void jumpToBookmark(const Bookmark& bookmark) override {
Base::mEye = bookmark.flight.position;
mTargetEuler.x = bookmark.flight.pitch;
mTargetEuler.y = bookmark.flight.yaw;
updateTarget(bookmark.flight.pitch, bookmark.flight.yaw);
}

Expand Down

0 comments on commit 164a25c

Please sign in to comment.