|
VR-Engage
2.2
|
Stores the name, look-around capabilities, and observer rotation limits for specific saved views in a vehicle
#include <lookAroundObserverUpdater.h>
Public Member Functions | |
| SavedViewData (std::string name) | |
Public Attributes | |
| std::string | savedViewName |
| bool | enableLookAround |
| ObserverRange | pitchRange |
| ObserverRange | yawRange |
|
inlineexplicit |
Constructor that initializes the saved view with a name.
| name | The name of the saved view |
References enableLookAround, and savedViewName.
| std::string SavedViewData::savedViewName |
The name of the saved view.
Referenced by SavedViewData().
| bool SavedViewData::enableLookAround |
Flag indicating if look-around functionality is enabled for this view.
Referenced by SavedViewData().
| ObserverRange SavedViewData::pitchRange |
Range of vertical rotation (pitch) allowed for this view.
| ObserverRange SavedViewData::yawRange |
Range of horizontal rotation (yaw) allowed for this view.