| RenderFrustum Constructor |
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderFrustum(
bool perspective,
float left,
float right,
float bottom,
float top
)
public:
RenderFrustum(
bool perspective,
float left,
float right,
float bottom,
float top
)
Parameters
- perspective
- Type: SystemBoolean
if set to true the frustum is perspective; otherwise, it 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.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also