VR-Engage  2.2
Loading...
Searching...
No Matches
SavedViewData Struct Reference

Detailed Description

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
 

Constructor & Destructor Documentation

◆ SavedViewData()

SavedViewData::SavedViewData ( std::string name)
inlineexplicit

Constructor that initializes the saved view with a name.

Parameters
nameThe name of the saved view

References enableLookAround, and savedViewName.

Member Data Documentation

◆ savedViewName

std::string SavedViewData::savedViewName

The name of the saved view.

Referenced by SavedViewData().

◆ enableLookAround

bool SavedViewData::enableLookAround

Flag indicating if look-around functionality is enabled for this view.

Referenced by SavedViewData().

◆ pitchRange

ObserverRange SavedViewData::pitchRange

Range of vertical rotation (pitch) allowed for this view.

◆ yawRange

ObserverRange SavedViewData::yawRange

Range of horizontal rotation (yaw) allowed for this view.


The documentation for this struct was generated from the following file: