Code_TYMPAN  4.4.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 44 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 36 of file OGLCamera.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ azimuth()

void OGLCamera::azimuth ( NxReal  _angle)

Definition at line 782 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 670 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 699 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ elevation()

void OGLCamera::elevation ( NxReal  _angle)

Definition at line 788 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 749 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 861 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 854 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ getViewPort()

void OGLCamera::getViewPort ( double *  vp)

Definition at line 739 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ lookAt()

void OGLCamera::lookAt ( )

Definition at line 80 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 143 of file OGLCamera.cpp.

◆ moveBack() [1/2]

void OGLCamera::moveBack ( )

Definition at line 167 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 395 of file OGLCamera.cpp.

◆ moveDown() [1/2]

void OGLCamera::moveDown ( )

Definition at line 195 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 383 of file OGLCamera.cpp.

◆ moveFront() [1/2]

void OGLCamera::moveFront ( )

Definition at line 153 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 389 of file OGLCamera.cpp.

◆ moveLeft() [1/2]

void OGLCamera::moveLeft ( )

Definition at line 209 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 401 of file OGLCamera.cpp.

◆ moveRight() [1/2]

void OGLCamera::moveRight ( )

Definition at line 223 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 407 of file OGLCamera.cpp.

◆ moveUp() [1/2]

void OGLCamera::moveUp ( )

Definition at line 181 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 377 of file OGLCamera.cpp.

◆ resetRotations()

void OGLCamera::resetRotations ( )

Definition at line 840 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 829 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 800 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 794 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 318 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockDst() [2/2]

void OGLCamera::rotateDownLockDst ( NxReal  _angle)

Definition at line 489 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrc() [1/2]

void OGLCamera::rotateDownLockSrc ( )

Definition at line 249 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrc() [2/2]

void OGLCamera::rotateDownLockSrc ( NxReal  _angle)

Definition at line 435 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrcKeepUpAndFront() [1/2]

void OGLCamera::rotateDownLockSrcKeepUpAndFront ( )

Definition at line 270 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateDownLockSrcKeepUpAndFront() [2/2]

void OGLCamera::rotateDownLockSrcKeepUpAndFront ( NxReal  _angle)

Definition at line 456 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockDst() [1/2]

void OGLCamera::rotateLeftLockDst ( )

Definition at line 331 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockDst() [2/2]

void OGLCamera::rotateLeftLockDst ( NxReal  _angle)

Definition at line 501 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockSrc() [1/2]

void OGLCamera::rotateLeftLockSrc ( )

Definition at line 280 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateLeftLockSrc() [2/2]

void OGLCamera::rotateLeftLockSrc ( NxReal  _angle)

Definition at line 465 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockDst() [1/2]

void OGLCamera::rotateRightLockDst ( )

Definition at line 344 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockDst() [2/2]

void OGLCamera::rotateRightLockDst ( NxReal  _angle)

Definition at line 513 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockSrc() [1/2]

void OGLCamera::rotateRightLockSrc ( )

Definition at line 293 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateRightLockSrc() [2/2]

void OGLCamera::rotateRightLockSrc ( NxReal  _angle)

Definition at line 477 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideLeft() [1/2]

void OGLCamera::rotateSideLeft ( )

Definition at line 357 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideLeft() [2/2]

void OGLCamera::rotateSideLeft ( NxReal  _angle)

Definition at line 525 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideRight() [1/2]

void OGLCamera::rotateSideRight ( )

Definition at line 367 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateSideRight() [2/2]

void OGLCamera::rotateSideRight ( NxReal  _angle)

Definition at line 535 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockDst() [1/2]

void OGLCamera::rotateUpLockDst ( )

Definition at line 306 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockDst() [2/2]

void OGLCamera::rotateUpLockDst ( NxReal  _angle)

Definition at line 424 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrc() [1/2]

void OGLCamera::rotateUpLockSrc ( )

Definition at line 237 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrc() [2/2]

void OGLCamera::rotateUpLockSrc ( NxReal  _angle)

Definition at line 413 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrcKeepUpAndFront() [1/2]

void OGLCamera::rotateUpLockSrcKeepUpAndFront ( )

Definition at line 261 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ rotateUpLockSrcKeepUpAndFront() [2/2]

void OGLCamera::rotateUpLockSrcKeepUpAndFront ( NxReal  _angle)

Definition at line 447 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ setAllAngleStep()

void OGLCamera::setAllAngleStep ( NxReal  _angle)

Definition at line 559 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setAllMinMaxCurrent()

void OGLCamera::setAllMinMaxCurrent ( NxReal  _angle)

Definition at line 664 of file OGLCamera.cpp.

◆ setAngleStep()

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

Definition at line 567 of file OGLCamera.cpp.

◆ setCameraType()

void OGLCamera::setCameraType ( CameraType  eCameraType)

Definition at line 138 of file OGLCamera.cpp.

◆ setDefaultZoomFactor()

void OGLCamera::setDefaultZoomFactor ( double  defaultZoomFactor)

Definition at line 835 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setDistanceFromToLockFrom()

void OGLCamera::setDistanceFromToLockFrom ( NxReal  _distanceFromTo)

Definition at line 621 of file OGLCamera.cpp.

◆ setDistanceFromToLockTo()

void OGLCamera::setDistanceFromToLockTo ( NxReal  _distanceFromTo)

Definition at line 628 of file OGLCamera.cpp.

◆ setDistanceStep()

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

Definition at line 545 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setFrom()

void OGLCamera::setFrom ( NxReal _from)

Definition at line 580 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ setFromToUp() [1/2]

void OGLCamera::setFromToUp ( )

Definition at line 616 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 ( NxReal _from,
NxReal _to,
NxReal _up 
)

Definition at line 600 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 649 of file OGLCamera.cpp.

◆ setMinMaxCurrentSide()

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

Definition at line 657 of file OGLCamera.cpp.

◆ setMinMaxCurrentUpDown()

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

Definition at line 642 of file OGLCamera.cpp.

◆ setModeLock()

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

Definition at line 635 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setSize()

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

Definition at line 74 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ setTo()

void OGLCamera::setTo ( NxReal _to)

Definition at line 587 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 848 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 594 of file OGLCamera.cpp.

Here is the call graph for this function:

◆ worldToDisplay()

NxVec3 OGLCamera::worldToDisplay ( NxVec3  world)
static

Definition at line 722 of file OGLCamera.cpp.

Here is the caller graph for this function:

◆ zoom()

void OGLCamera::zoom ( double  zoomFactor)

Definition at line 761 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 129 of file OGLCamera.h.

◆ cosSide

NxReal OGLCamera::cosSide

Definition at line 130 of file OGLCamera.h.

◆ cosUpDown

NxReal OGLCamera::cosUpDown

Definition at line 129 of file OGLCamera.h.

◆ currentLeftRight

NxReal OGLCamera::currentLeftRight

Definition at line 138 of file OGLCamera.h.

◆ currentSide

NxReal OGLCamera::currentSide

Definition at line 138 of file OGLCamera.h.

◆ currentUpDown

NxReal OGLCamera::currentUpDown

Definition at line 137 of file OGLCamera.h.

◆ distanceFromTo

NxReal OGLCamera::distanceFromTo

Definition at line 132 of file OGLCamera.h.

◆ flyFrom

NxVec3 OGLCamera::flyFrom

Definition at line 127 of file OGLCamera.h.

◆ flyFromTo

NxVec3 OGLCamera::flyFromTo

Definition at line 127 of file OGLCamera.h.

◆ flyFront

NxVec3 OGLCamera::flyFront

Definition at line 127 of file OGLCamera.h.

◆ flyLeft

NxVec3 OGLCamera::flyLeft

Definition at line 127 of file OGLCamera.h.

◆ flyTo

NxVec3 OGLCamera::flyTo

Definition at line 127 of file OGLCamera.h.

◆ flyUp

NxVec3 OGLCamera::flyUp

Definition at line 127 of file OGLCamera.h.

◆ from

NxVec3 OGLCamera::from

Definition at line 122 of file OGLCamera.h.

◆ fromTo

NxVec3 OGLCamera::fromTo

Definition at line 133 of file OGLCamera.h.

◆ front

NxVec3 OGLCamera::front

Definition at line 125 of file OGLCamera.h.

◆ left

NxVec3 OGLCamera::left

Definition at line 125 of file OGLCamera.h.

◆ m_angleAz

double OGLCamera::m_angleAz

Definition at line 141 of file OGLCamera.h.

◆ m_angleEl

double OGLCamera::m_angleEl

Definition at line 141 of file OGLCamera.h.

◆ m_angleRo

double OGLCamera::m_angleRo

Definition at line 141 of file OGLCamera.h.

◆ m_defaultZoomFactor

double OGLCamera::m_defaultZoomFactor

Definition at line 141 of file OGLCamera.h.

◆ m_eCameraType

CameraType OGLCamera::m_eCameraType

Definition at line 142 of file OGLCamera.h.

◆ m_h

int OGLCamera::m_h

Definition at line 140 of file OGLCamera.h.

◆ m_translate

NxVec3 OGLCamera::m_translate

Definition at line 143 of file OGLCamera.h.

◆ m_w

int OGLCamera::m_w

Definition at line 140 of file OGLCamera.h.

◆ m_zoomFactor

double OGLCamera::m_zoomFactor

Definition at line 141 of file OGLCamera.h.

◆ magnitudeStepFront

NxReal OGLCamera::magnitudeStepFront

Definition at line 137 of file OGLCamera.h.

◆ magnitudeStepLeft

NxReal OGLCamera::magnitudeStepLeft

Definition at line 137 of file OGLCamera.h.

◆ magnitudeStepUp

NxReal OGLCamera::magnitudeStepUp

Definition at line 137 of file OGLCamera.h.

◆ maxLeftRight

NxReal OGLCamera::maxLeftRight

Definition at line 138 of file OGLCamera.h.

◆ maxSide

NxReal OGLCamera::maxSide

Definition at line 138 of file OGLCamera.h.

◆ maxUpDown

NxReal OGLCamera::maxUpDown

Definition at line 137 of file OGLCamera.h.

◆ minLeftRight

NxReal OGLCamera::minLeftRight

Definition at line 138 of file OGLCamera.h.

◆ minSide

NxReal OGLCamera::minSide

Definition at line 138 of file OGLCamera.h.

◆ minUpDown

NxReal OGLCamera::minUpDown

Definition at line 137 of file OGLCamera.h.

◆ modeLockLeftRight

bool OGLCamera::modeLockLeftRight

Definition at line 135 of file OGLCamera.h.

◆ modeLockSide

bool OGLCamera::modeLockSide

Definition at line 135 of file OGLCamera.h.

◆ modeLockUpDown

bool OGLCamera::modeLockUpDown

Definition at line 135 of file OGLCamera.h.

◆ sinLeftRight

NxReal OGLCamera::sinLeftRight

Definition at line 129 of file OGLCamera.h.

◆ sinSide

NxReal OGLCamera::sinSide

Definition at line 129 of file OGLCamera.h.

◆ sinUpDown

NxReal OGLCamera::sinUpDown

Definition at line 129 of file OGLCamera.h.

◆ stepAngleLeftRight

NxReal OGLCamera::stepAngleLeftRight

Definition at line 129 of file OGLCamera.h.

◆ stepAngleSide

NxReal OGLCamera::stepAngleSide

Definition at line 130 of file OGLCamera.h.

◆ stepAngleUpDown

NxReal OGLCamera::stepAngleUpDown

Definition at line 129 of file OGLCamera.h.

◆ stepFront

NxVec3 OGLCamera::stepFront

Definition at line 127 of file OGLCamera.h.

◆ stepLeft

NxVec3 OGLCamera::stepLeft

Definition at line 127 of file OGLCamera.h.

◆ stepUp

NxVec3 OGLCamera::stepUp

Definition at line 127 of file OGLCamera.h.

◆ to

NxVec3 OGLCamera::to

Definition at line 123 of file OGLCamera.h.

◆ up

NxVec3 OGLCamera::up

Definition at line 125 of file OGLCamera.h.


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