Skip to content

Commit

Permalink
Front ViewMode added
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Papp committed Apr 4, 2018
1 parent c343653 commit bf77837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AirLib/include/common/AirSimSettings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ struct AirSimSettings {
initial_view_mode = 6; // ECameraDirectorMode::CAMREA_DIRECTOR_MODE_BACKUP;
else if (view_mode_string == "NoDisplay")
initial_view_mode = 7; // ECameraDirectorMode::CAMREA_DIRECTOR_MODE_NODISPLAY;
else if (view_mode_string == "Front")
initial_view_mode = 8; // ECameraDirectorMode::CAMREA_DIRECTOR_MODE_FRONT;
else
warning_messages.push_back("ViewMode setting is not recognized: " + view_mode_string);
}
Expand Down

0 comments on commit bf77837

Please sign in to comment.