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