#include <grcam.h>
|
| | cGrOrthoCamera (class cGrScreen *myscreen, float myleft, float myright, float mybottom, float mytop) |
| |
| void | setProjection (void) |
| |
| void | setModelView (void) |
| |
| void | update (tCarElt *car, tSituation *s) |
| |
| float | getLODFactor (float x, float y, float z) |
| |
| void | loadDefaults (char *attr) |
| |
| void | setZoom (int cmd) |
| |
| void | onSelect (tCarElt *car, tSituation *s) |
| |
| | cGrCamera (class cGrScreen *myscreen, int myid=0, int mydrawCurrent=0, int mydrawdrv=0, int mydrawBackground=0, int mymirrorAllowed=0) |
| |
| virtual | ~cGrCamera () |
| |
| void | action (void) |
| |
| int | getId (void) |
| |
| int | getDrawCurrent (void) |
| |
| int | getDrawDriver (void) |
| |
| int | getDrawBackground (void) |
| |
| int | isMirrorAllowed (void) |
| |
| t3Dd * | getPos (void) |
| |
| sgVec3 * | getPosv (void) |
| |
| sgVec3 * | getSpeedv (void) |
| |
| t3Dd * | getCenter (void) |
| |
| sgVec3 * | getCenterv (void) |
| |
| t3Dd * | getUp (void) |
| |
| sgVec3 * | getUpv (void) |
| |
| virtual float | getFovY (void) |
| |
| void | add (tGrCamHead *head) |
| |
| void | remove (tGrCamHead *head) |
| |
| float | getDist2 (tCarElt *car) |
| |
| cGrCamera * | next (void) |
| |
Definition at line 190 of file grcam.h.
◆ cGrOrthoCamera()
| cGrOrthoCamera::cGrOrthoCamera |
( |
class cGrScreen * |
myscreen, |
|
|
float |
myleft, |
|
|
float |
myright, |
|
|
float |
mybottom, |
|
|
float |
mytop |
|
) |
| |
|
inline |
◆ getLODFactor()
| float cGrOrthoCamera::getLODFactor |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inlinevirtual |
◆ loadDefaults()
| void cGrOrthoCamera::loadDefaults |
( |
char * |
attr | ) |
|
|
inlinevirtual |
◆ onSelect()
◆ setModelView()
| void cGrOrthoCamera::setModelView |
( |
void |
| ) |
|
|
virtual |
◆ setProjection()
| void cGrOrthoCamera::setProjection |
( |
void |
| ) |
|
|
virtual |
◆ setZoom()
| void cGrOrthoCamera::setZoom |
( |
int |
cmd | ) |
|
|
inlinevirtual |
◆ update()
◆ bottom
| float cGrOrthoCamera::bottom |
|
protected |
◆ left
| float cGrOrthoCamera::left |
|
protected |
◆ right
| float cGrOrthoCamera::right |
|
protected |
◆ top
| float cGrOrthoCamera::top |
|
protected |
The documentation for this class was generated from the following files: