|
PointType | mCenter = PointType(0.0f, 0.0f, 0.0f) |
| Position where the camera is looking at.
|
|
PointType | mEye = PointType(0.0f, 0.0f, 1.0f) |
| Position of (eye of) the camera.
|
|
PointType | mUp = PointType(0.0f, 1.0f, 0.0f) |
| Up direction of the camera.
|
|
Scalar | mFovDeg = 54.0 |
| Field of view in degrees.
|
|
ProjectionMode::Enum | mProjectionMode = ProjectionMode::PERSPECTIVE |
| Projection mode.
|
|
Scalar | mVerticalHeight = 2.0 |
| Height of the target in world space (used for ortho projection, and adapting the eye distance for perspective projection)
|
|
Scalar | mAspect = 1.0 |
| Aspect ratio.
|
|
Scalar | mNear = 0.1 |
| Z position of the mNear plane.
|
|
Scalar | mFar = 500.0 |
| Z position of the mFar plane.
|
|
The documentation for this class was generated from the following file:
- vclib/render/include/vclib/render/viewer/camera.h