Frustum Class
The base class of Camera and Light
Inheritance Hierarchy

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public abstract class Frustum : Entity, 
	IOrientable

The Frustum type exposes the following members.

Properties
  NameDescription
Public propertyAspect
Gets or sets the aspect ratio of the frustum
Public propertyDirection
Gets or sets the direction that the camera is looking at. Changes on this property will also affects the LookAt and Target.
Public propertyExcluded
Gets or sets wheather to exclude this entity during exporting.
(Inherited from Entity.)
Public propertyFarPlane
Gets or sets the frustum's far plane distance.
Public propertyLookAt
Gets or sets the the interested position that the camera is looking at.
Public propertyName
Gets or sets the name.
(Inherited from A3DObject.)
Public propertyNearPlane
Gets or sets the frustum's near plane distance.
Public propertyOrthoHeight
Gets or sets the height when frustum in orthographic projection.
Public propertyParentNode
Gets or sets the first parent node, if set the first parent node, this entity will be detached from other parent nodes.
(Inherited from Entity.)
Public propertyParentNodes
Gets all parent nodes, an entity can be attached to multiple parent nodes for geometry instancing
(Inherited from Entity.)
Public propertyProperties
Gets the collection of all properties.
(Inherited from A3DObject.)
Public propertyRotationMode
Gets or sets the frustum's orientation mode This property only works when the Target is null. If the value is FixedTarget, the direction is always calculated by the property LookAt Otherwise the LookAt is always calculated by the Direction
Public propertyScene
Gets the scene that this object belongs to
(Inherited from SceneObject.)
Public propertyTarget
Gets or sets the target that the camera is looking at. If the user supports this property, it should be prior to LookAt property.
Public propertyUp
Gets or sets the up direction of the camera
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindProperty
Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name)
(Inherited from A3DObject.)
Public methodGetBoundingBox
Gets the bounding box of current entity in its object space coordinate system.
(Inherited from Entity.)
Public methodGetEntityRendererKey
Gets the key of the entity renderer registered in the renderer
(Inherited from Entity.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperty
Get the value of specified property
(Inherited from A3DObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveProperty(String)
Remove the specified property identified by name
(Inherited from A3DObject.)
Public methodRemoveProperty(Property)
Removes a dynamic property.
(Inherited from A3DObject.)
Public methodSetProperty
Sets the value of specified property
(Inherited from A3DObject.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldname
The name of the current object.
(Inherited from A3DObject.)
Protected fieldproperties
The properties of the current object.
(Inherited from A3DObject.)
See Also