Camera::GetCameraType
Defined in: C4Cameras.h
Returns the camera type.
Prototype
CameraType GetCameraType(void) const;
Description
The GetCameraType function returns the camera type, which may be one of the following values or may be a type defined by a derived class.
kCameraOrtho |
Orthographic camera.
|
kCameraFrustum |
Frustum (perspective) camera.
|
kCameraRemote |
Remote camera.
|
See Also
CameraObject
|