Click or drag to resize

RenderFrustum Structure

The RenderFrustum structure represents a normalize frustum which means that the near and far plane do not need to be specified.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct RenderFrustum

The RenderFrustum type exposes the following members.

Constructors
  NameDescription
Public methodRenderFrustum
Initializes a new instance of the RenderFrustum class.
Top
Properties
  NameDescription
Public propertyBottom
Gets or Sets the distance in meters to the bottom plane.
Public propertyLeft
Gets or Sets the distance in meters to the left plane.
Public propertyPerspective
Gets or Sets value indicating whether this RenderFrustum is perspective.
Public propertyRight
Gets or Sets the distance in meters to the right plane.
Public propertyTop
Gets or Sets the distance in meters to the top plane.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderFrustum to a String.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The default frustum
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also