| Frustum Constructor |
Initializes a new instance of the
Frustum structure using the specified parameters.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public Frustum(
bool perspective,
float left,
float right,
float bottom,
float top,
float nearPlane,
float farPlane
)
public:
Frustum(
bool perspective,
float left,
float right,
float bottom,
float top,
float nearPlane,
float farPlane
)
Parameters
- perspective
- Type: SystemBoolean
if set to true the frustum is perspective; otherwise, the frustum is orthographic. - left
- Type: SystemSingle
The distance in meters to the left plane. - right
- Type: SystemSingle
The distance in meters to the right plane. - bottom
- Type: SystemSingle
The distance in meters to the bottom plane. - top
- Type: SystemSingle
The distance in meters to the top plane. - nearPlane
- Type: SystemSingle
The distance in meters to the near plane. - farPlane
- Type: SystemSingle
The distance in meters to the far plane.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also