Code_TYMPAN  4.2.0
Industrial site acoustic simulation
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
OGLCamera Class Reference

#include <OGLCamera.h>

Collaboration diagram for OGLCamera:
Collaboration graph
[legend]

Public Member Functions

 OGLCamera (NxReal *_from, NxReal *_to, NxReal *_up, int w, int h, CameraType eCameraType)
 
void setCameraType (CameraType eCameraType)
 
void lookAt ()
 
void moveFront ()
 
void moveBack ()
 
void moveUp ()
 
void moveDown ()
 
void moveLeft ()
 
void moveRight ()
 
void rotateUpLockSrc ()
 
void rotateDownLockSrc ()
 
void rotateUpLockSrcKeepUpAndFront ()
 
void rotateDownLockSrcKeepUpAndFront ()
 
void rotateLeftLockSrc ()
 
void rotateRightLockSrc ()
 
void rotateUpLockDst ()
 
void rotateDownLockDst ()
 
void rotateLeftLockDst ()
 
void rotateRightLockDst ()
 
void rotateSideLeft ()
 
void rotateSideRight ()
 
void move (NxReal *_direction)
 
void moveFront (NxReal _distance)
 
void moveBack (NxReal _distance)
 
void moveUp (NxReal _distance)
 
void moveDown (NxReal _distance)
 
void moveLeft (NxReal _distance)
 
void moveRight (NxReal _distance)
 
void rotateUpLockSrc (NxReal _angle)
 
void rotateDownLockSrc (NxReal _angle)
 
void rotateUpLockSrcKeepUpAndFront (NxReal _angle)
 
void rotateDownLockSrcKeepUpAndFront (NxReal _angle)
 
void rotateLeftLockSrc (NxReal _angle)
 
void rotateRightLockSrc (NxReal _angle)
 
void rotateUpLockDst (NxReal _angle)
 
void rotateDownLockDst (NxReal _angle)
 
void rotateLeftLockDst (NxReal _angle)
 
void rotateRightLockDst (NxReal _angle)
 
void rotateSideLeft (NxReal _angle)
 
void rotateSideRight (NxReal _angle)
 
void setDistanceStep (NxReal _magnitudeStepUp, NxReal _magnitudeStepFront, NxReal _magnitudeStepLeft)
 
void setAllAngleStep (NxReal _angle)
 
void setAngleStep (NxReal _stepAngleUpDown, NxReal _stepAngleLeftRight, NxReal _stepAngleSide)
 
void setFrom (NxReal *_from)
 
void setTo (NxReal *_to)
 
void setUp (NxReal *_up)
 
void setFromToUp (NxReal *_from, NxReal *_to, NxReal *_up)
 
void setFromToUp ()
 
void setDistanceFromToLockFrom (NxReal _distanceFromTo)
 
void setDistanceFromToLockTo (NxReal _distanceFromTo)
 
void setModeLock (bool _modeLockUpDown, bool _modeLockLeftRight, bool _modeLockSide)
 
void setMinMaxCurrentUpDown (NxReal _minUpDown, NxReal _maxUpDown, NxReal _currentUpDown)
 
void setMinMaxCurrentLeftRight (NxReal _minLeftRight, NxReal _maxLeftRight, NxReal _currentLeftRight)
 
void setMinMaxCurrentSide (NxReal _minSide, NxReal _maxSide, NxReal _currentSide)
 
void setAllMinMaxCurrent (NxReal _angle)
 
void setSize (int w, int h)
 
void calculateStepVectors ()
 
NxVec3 getCenter (int sizeX, int sizeY)
 
void getViewPort (double *vp)
 
void zoom (double zoomFactor)
 
void azimuth (NxReal _angle)
 
void elevation (NxReal _angle)
 
void roll (NxReal _angle)
 
void resetZoom (int w=-1, int h=-1)
 
void resetTranslation ()
 
void setTranslation (double x, double y, double z)
 
void getTranslation (double &x, double &y, double &z)
 
void resetRotations ()
 
void setDefaultZoomFactor (double defaultZoomFactor)
 
void getPosition (double &x, double &y, double &z)
 

Static Public Member Functions

static NxVec3 displayToWorld (NxVec3 display)
 
static NxVec3 worldToDisplay (NxVec3 world)
 

Public Attributes

NxVec3 from
 
NxVec3 to
 
NxVec3 up
 
NxVec3 left
 
NxVec3 front
 
NxVec3 stepUp
 
NxVec3 stepLeft
 
NxVec3 stepFront
 
NxVec3 flyTo
 
NxVec3 flyFrom
 
NxVec3 flyFromTo
 
NxVec3 flyUp
 
NxVec3 flyLeft
 
NxVec3 flyFront
 
NxReal sinUpDown
 
NxReal cosUpDown
 
NxReal stepAngleUpDown
 
NxReal sinLeftRight
 
NxReal cosLeftRight
 
NxReal stepAngleLeftRight
 
NxReal sinSide
 
NxReal cosSide
 
NxReal stepAngleSide
 
NxReal distanceFromTo
 
NxVec3 fromTo
 
bool modeLockUpDown
 
bool modeLockLeftRight
 
bool modeLockSide
 
NxReal magnitudeStepUp
 
NxReal magnitudeStepFront
 
NxReal magnitudeStepLeft
 
NxReal maxUpDown
 
NxReal minUpDown
 
NxReal currentUpDown
 
NxReal maxLeftRight
 
NxReal minLeftRight
 
NxReal currentLeftRight
 
NxReal maxSide
 
NxReal minSide
 
NxReal currentSide
 
int m_w
 
int m_h
 
double m_zoomFactor
 
double m_defaultZoomFactor
 
double m_angleAz
 
double m_angleEl
 
double m_angleRo
 
CameraType m_eCameraType
 
NxVec3 m_translate
 

Detailed Description

Definition at line 39 of file OGLCamera.h.

Constructor & Destructor Documentation

◆ OGLCamera()

OGLCamera::OGLCamera ( NxReal _from,
NxReal _to,
NxReal _up,
int  w,
int  h,
CameraType  eCameraType 
)

Definition at line 37 of file OGLCamera.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ azimuth()

void OGLCamera::azimuth ( NxReal  _angle)

Definition at line 768 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ calculateStepVectors()

void OGLCamera::calculateStepVectors ( )

Definition at line 657 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ displayToWorld()

NxVec3 OGLCamera::displayToWorld ( NxVec3  display)
static

Definition at line 686 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ elevation()

void OGLCamera::elevation ( NxReal  _angle)

Definition at line 774 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getCenter()

NxVec3 OGLCamera::getCenter ( int  sizeX,
int  sizeY 
)

Definition at line 735 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ getPosition()

void OGLCamera::getPosition ( double &  x,
double &  y,
double &  z 
)

Definition at line 845 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ getTranslation()

void OGLCamera::getTranslation ( double &  x,
double &  y,
double &  z 
)

Definition at line 838 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ getViewPort()

void OGLCamera::getViewPort ( double *  vp)

Definition at line 725 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ lookAt()

void OGLCamera::lookAt ( )

Definition at line 78 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ move()

void OGLCamera::move ( NxReal _direction)

Definition at line 136 of file OGLCamera.cpp.

◆ moveBack() [1/2]

void OGLCamera::moveBack ( )

Definition at line 156 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveBack() [2/2]

void OGLCamera::moveBack ( NxReal  _distance)

Definition at line 374 of file OGLCamera.cpp.

◆ moveDown() [1/2]

void OGLCamera::moveDown ( )

Definition at line 184 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveDown() [2/2]

void OGLCamera::moveDown ( NxReal  _distance)

Definition at line 362 of file OGLCamera.cpp.

◆ moveFront() [1/2]

void OGLCamera::moveFront ( )

Definition at line 142 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveFront() [2/2]

void OGLCamera::moveFront ( NxReal  _distance)

Definition at line 368 of file OGLCamera.cpp.

◆ moveLeft() [1/2]

void OGLCamera::moveLeft ( )

Definition at line 198 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveLeft() [2/2]

void OGLCamera::moveLeft ( NxReal  _distance)

Definition at line 380 of file OGLCamera.cpp.

◆ moveRight() [1/2]

void OGLCamera::moveRight ( )

Definition at line 212 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveRight() [2/2]

void OGLCamera::moveRight ( NxReal  _distance)

Definition at line 386 of file OGLCamera.cpp.

◆ moveUp() [1/2]

void OGLCamera::moveUp ( )

Definition at line 170 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ moveUp() [2/2]

void OGLCamera::moveUp ( NxReal  _distance)

Definition at line 356 of file OGLCamera.cpp.

◆ resetRotations()

void OGLCamera::resetRotations ( )

Definition at line 824 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ resetTranslation()

void OGLCamera::resetTranslation ( )

Definition at line 813 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ resetZoom()

void OGLCamera::resetZoom ( int  w = -1,
int  h = -1 
)

Definition at line 786 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ roll()

void OGLCamera::roll ( NxReal  _angle)

Definition at line 780 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rotateDownLockDst() [1/2]

void OGLCamera::rotateDownLockDst ( )

Definition at line 300 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockDst() [2/2]

void OGLCamera::rotateDownLockDst ( NxReal  _angle)

Definition at line 470 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrc() [1/2]

void OGLCamera::rotateDownLockSrc ( )

Definition at line 237 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrc() [2/2]

void OGLCamera::rotateDownLockSrc ( NxReal  _angle)

Definition at line 414 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrcKeepUpAndFront() [1/2]

void OGLCamera::rotateDownLockSrcKeepUpAndFront ( )

Definition at line 256 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrcKeepUpAndFront() [2/2]

void OGLCamera::rotateDownLockSrcKeepUpAndFront ( NxReal  _angle)

Definition at line 435 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockDst() [1/2]

void OGLCamera::rotateLeftLockDst ( )

Definition at line 312 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockDst() [2/2]

void OGLCamera::rotateLeftLockDst ( NxReal  _angle)

Definition at line 482 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockSrc() [1/2]

void OGLCamera::rotateLeftLockSrc ( )

Definition at line 265 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockSrc() [2/2]

void OGLCamera::rotateLeftLockSrc ( NxReal  _angle)

Definition at line 444 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockDst() [1/2]

void OGLCamera::rotateRightLockDst ( )

Definition at line 324 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockDst() [2/2]

void OGLCamera::rotateRightLockDst ( NxReal  _angle)

Definition at line 494 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockSrc() [1/2]

void OGLCamera::rotateRightLockSrc ( )

Definition at line 277 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockSrc() [2/2]

void OGLCamera::rotateRightLockSrc ( NxReal  _angle)

Definition at line 456 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideLeft() [1/2]

void OGLCamera::rotateSideLeft ( )

Definition at line 336 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideLeft() [2/2]

void OGLCamera::rotateSideLeft ( NxReal  _angle)

Definition at line 506 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideRight() [1/2]

void OGLCamera::rotateSideRight ( )

Definition at line 346 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideRight() [2/2]

void OGLCamera::rotateSideRight ( NxReal  _angle)

Definition at line 516 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockDst() [1/2]

void OGLCamera::rotateUpLockDst ( )

Definition at line 289 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockDst() [2/2]

void OGLCamera::rotateUpLockDst ( NxReal  _angle)

Definition at line 403 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrc() [1/2]

void OGLCamera::rotateUpLockSrc ( )

Definition at line 226 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrc() [2/2]

void OGLCamera::rotateUpLockSrc ( NxReal  _angle)

Definition at line 392 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrcKeepUpAndFront() [1/2]

void OGLCamera::rotateUpLockSrcKeepUpAndFront ( )

Definition at line 248 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrcKeepUpAndFront() [2/2]

void OGLCamera::rotateUpLockSrcKeepUpAndFront ( NxReal  _angle)

Definition at line 426 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ setAllAngleStep()

void OGLCamera::setAllAngleStep ( NxReal  _angle)

Definition at line 539 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setAllMinMaxCurrent()

void OGLCamera::setAllMinMaxCurrent ( NxReal  _angle)

Definition at line 643 of file OGLCamera.cpp.

◆ setAngleStep()

void OGLCamera::setAngleStep ( NxReal  _stepAngleUpDown,
NxReal  _stepAngleLeftRight,
NxReal  _stepAngleSide 
)

Definition at line 547 of file OGLCamera.cpp.

◆ setCameraType()

void OGLCamera::setCameraType ( CameraType  eCameraType)

Definition at line 131 of file OGLCamera.cpp.

◆ setDefaultZoomFactor()

void OGLCamera::setDefaultZoomFactor ( double  defaultZoomFactor)

Definition at line 819 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setDistanceFromToLockFrom()

void OGLCamera::setDistanceFromToLockFrom ( NxReal  _distanceFromTo)

Definition at line 601 of file OGLCamera.cpp.

◆ setDistanceFromToLockTo()

void OGLCamera::setDistanceFromToLockTo ( NxReal  _distanceFromTo)

Definition at line 608 of file OGLCamera.cpp.

◆ setDistanceStep()

void OGLCamera::setDistanceStep ( NxReal  _magnitudeStepUp,
NxReal  _magnitudeStepFront,
NxReal  _magnitudeStepLeft 
)

Definition at line 526 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setFrom()

void OGLCamera::setFrom ( NxReal _from)

Definition at line 560 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ setFromToUp() [1/2]

void OGLCamera::setFromToUp ( NxReal _from,
NxReal _to,
NxReal _up 
)

Definition at line 580 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setFromToUp() [2/2]

void OGLCamera::setFromToUp ( )

Definition at line 596 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setMinMaxCurrentLeftRight()

void OGLCamera::setMinMaxCurrentLeftRight ( NxReal  _minLeftRight,
NxReal  _maxLeftRight,
NxReal  _currentLeftRight 
)

Definition at line 629 of file OGLCamera.cpp.

◆ setMinMaxCurrentSide()

void OGLCamera::setMinMaxCurrentSide ( NxReal  _minSide,
NxReal  _maxSide,
NxReal  _currentSide 
)

Definition at line 636 of file OGLCamera.cpp.

◆ setMinMaxCurrentUpDown()

void OGLCamera::setMinMaxCurrentUpDown ( NxReal  _minUpDown,
NxReal  _maxUpDown,
NxReal  _currentUpDown 
)

Definition at line 622 of file OGLCamera.cpp.

◆ setModeLock()

void OGLCamera::setModeLock ( bool  _modeLockUpDown,
bool  _modeLockLeftRight,
bool  _modeLockSide 
)

Definition at line 615 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setSize()

void OGLCamera::setSize ( int  w,
int  h 
)

Definition at line 72 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setTo()

void OGLCamera::setTo ( NxReal _to)

Definition at line 567 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setTranslation()

void OGLCamera::setTranslation ( double  x,
double  y,
double  z 
)

Definition at line 832 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setUp()

void OGLCamera::setUp ( NxReal _up)

Definition at line 574 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ worldToDisplay()

NxVec3 OGLCamera::worldToDisplay ( NxVec3  world)
static

Definition at line 709 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ zoom()

void OGLCamera::zoom ( double  zoomFactor)

Definition at line 747 of file OGLCamera.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ cosLeftRight

NxReal OGLCamera::cosLeftRight

Definition at line 134 of file OGLCamera.h.

◆ cosSide

NxReal OGLCamera::cosSide

Definition at line 134 of file OGLCamera.h.

◆ cosUpDown

NxReal OGLCamera::cosUpDown

Definition at line 134 of file OGLCamera.h.

◆ currentLeftRight

NxReal OGLCamera::currentLeftRight

Definition at line 151 of file OGLCamera.h.

◆ currentSide

NxReal OGLCamera::currentSide

Definition at line 151 of file OGLCamera.h.

◆ currentUpDown

NxReal OGLCamera::currentUpDown

Definition at line 151 of file OGLCamera.h.

◆ distanceFromTo

NxReal OGLCamera::distanceFromTo

Definition at line 144 of file OGLCamera.h.

◆ flyFrom

NxVec3 OGLCamera::flyFrom

Definition at line 117 of file OGLCamera.h.

◆ flyFromTo

NxVec3 OGLCamera::flyFromTo

Definition at line 117 of file OGLCamera.h.

◆ flyFront

NxVec3 OGLCamera::flyFront

Definition at line 117 of file OGLCamera.h.

◆ flyLeft

NxVec3 OGLCamera::flyLeft

Definition at line 117 of file OGLCamera.h.

◆ flyTo

NxVec3 OGLCamera::flyTo

Definition at line 117 of file OGLCamera.h.

◆ flyUp

NxVec3 OGLCamera::flyUp

Definition at line 117 of file OGLCamera.h.

◆ from

NxVec3 OGLCamera::from

Definition at line 117 of file OGLCamera.h.

◆ fromTo

NxVec3 OGLCamera::fromTo

Definition at line 145 of file OGLCamera.h.

◆ front

NxVec3 OGLCamera::front

Definition at line 117 of file OGLCamera.h.

◆ left

NxVec3 OGLCamera::left

Definition at line 117 of file OGLCamera.h.

◆ m_angleAz

double OGLCamera::m_angleAz

Definition at line 165 of file OGLCamera.h.

◆ m_angleEl

double OGLCamera::m_angleEl

Definition at line 165 of file OGLCamera.h.

◆ m_angleRo

double OGLCamera::m_angleRo

Definition at line 165 of file OGLCamera.h.

◆ m_defaultZoomFactor

double OGLCamera::m_defaultZoomFactor

Definition at line 165 of file OGLCamera.h.

◆ m_eCameraType

CameraType OGLCamera::m_eCameraType

Definition at line 166 of file OGLCamera.h.

◆ m_h

int OGLCamera::m_h

Definition at line 164 of file OGLCamera.h.

◆ m_translate

NxVec3 OGLCamera::m_translate

Definition at line 167 of file OGLCamera.h.

◆ m_w

int OGLCamera::m_w

Definition at line 164 of file OGLCamera.h.

◆ m_zoomFactor

double OGLCamera::m_zoomFactor

Definition at line 165 of file OGLCamera.h.

◆ magnitudeStepFront

NxReal OGLCamera::magnitudeStepFront

Definition at line 151 of file OGLCamera.h.

◆ magnitudeStepLeft

NxReal OGLCamera::magnitudeStepLeft

Definition at line 151 of file OGLCamera.h.

◆ magnitudeStepUp

NxReal OGLCamera::magnitudeStepUp

Definition at line 151 of file OGLCamera.h.

◆ maxLeftRight

NxReal OGLCamera::maxLeftRight

Definition at line 151 of file OGLCamera.h.

◆ maxSide

NxReal OGLCamera::maxSide

Definition at line 151 of file OGLCamera.h.

◆ maxUpDown

NxReal OGLCamera::maxUpDown

Definition at line 151 of file OGLCamera.h.

◆ minLeftRight

NxReal OGLCamera::minLeftRight

Definition at line 151 of file OGLCamera.h.

◆ minSide

NxReal OGLCamera::minSide

Definition at line 151 of file OGLCamera.h.

◆ minUpDown

NxReal OGLCamera::minUpDown

Definition at line 151 of file OGLCamera.h.

◆ modeLockLeftRight

bool OGLCamera::modeLockLeftRight

Definition at line 147 of file OGLCamera.h.

◆ modeLockSide

bool OGLCamera::modeLockSide

Definition at line 147 of file OGLCamera.h.

◆ modeLockUpDown

bool OGLCamera::modeLockUpDown

Definition at line 147 of file OGLCamera.h.

◆ sinLeftRight

NxReal OGLCamera::sinLeftRight

Definition at line 134 of file OGLCamera.h.

◆ sinSide

NxReal OGLCamera::sinSide

Definition at line 134 of file OGLCamera.h.

◆ sinUpDown

NxReal OGLCamera::sinUpDown

Definition at line 134 of file OGLCamera.h.

◆ stepAngleLeftRight

NxReal OGLCamera::stepAngleLeftRight

Definition at line 134 of file OGLCamera.h.

◆ stepAngleSide

NxReal OGLCamera::stepAngleSide

Definition at line 134 of file OGLCamera.h.

◆ stepAngleUpDown

NxReal OGLCamera::stepAngleUpDown

Definition at line 134 of file OGLCamera.h.

◆ stepFront

NxVec3 OGLCamera::stepFront

Definition at line 117 of file OGLCamera.h.

◆ stepLeft

NxVec3 OGLCamera::stepLeft

Definition at line 117 of file OGLCamera.h.

◆ stepUp

NxVec3 OGLCamera::stepUp

Definition at line 117 of file OGLCamera.h.

◆ to

NxVec3 OGLCamera::to

Definition at line 117 of file OGLCamera.h.

◆ up

NxVec3 OGLCamera::up

Definition at line 117 of file OGLCamera.h.


The documentation for this class was generated from the following files: