Camera Class |
Namespace: Aspose.ThreeD.Entities
The Camera type exposes the following members.
Name | Description | |
---|---|---|
![]() | Camera |
Initializes a new instance of the Camera class.
|
![]() | Camera(String) |
Initializes a new instance of the Camera class.
|
![]() | Camera(ProjectionType) |
Initializes a new instance of the Camera class.
|
![]() | Camera(String, ProjectionType) |
Initializes a new instance of the Camera class.
|
Name | Description | |
---|---|---|
![]() | ApertureMode |
Gets or sets the camera's aperture mode
|
![]() | Aspect |
Gets or sets the aspect ratio of the frustum
(Inherited from Frustum.) |
![]() | AspectRatio |
Gets or sets the view plane aspect ratio.
|
![]() | Direction |
Gets or sets the direction that the camera is looking at.
Changes on this property will also affects the LookAt and Target.
(Inherited from Frustum.) |
![]() | Excluded |
Gets or sets wheather to exclude this entity during exporting.
(Inherited from Entity.) |
![]() | FarPlane |
Gets or sets the frustum's far plane distance.
(Inherited from Frustum.) |
![]() | FieldOfView |
Gets or sets the camera's field of view in degrees, this property is used only when ApertureMode is Horizontal or Vertical |
![]() | FieldOfViewX |
Gets or sets the camera's horizontal field of view in degrees, this property is used only when ApertureMode is HorizAndVert |
![]() | FieldOfViewY |
Gets or sets the camera's vertical field of view in degrees, this property is used only when ApertureMode is HorizAndVert |
![]() | Height |
Gets or sets the view plane's height measured in inches
|
![]() | LookAt |
Gets or sets the the interested position that the camera is looking at.
(Inherited from Frustum.) |
![]() | Magnification |
Gets or sets the maginification used in orthographic camera
|
![]() | Name |
Gets or sets the name.
(Inherited from A3DObject.) |
![]() | NearPlane |
Gets or sets the frustum's near plane distance.
(Inherited from Frustum.) |
![]() | OrthoHeight |
Gets or sets the height when frustum in orthographic projection.
(Inherited from Frustum.) |
![]() | ParentNode |
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.) |
![]() | ParentNodes |
Gets all parent nodes, an entity can be attached to multiple parent nodes for geometry instancing
(Inherited from Entity.) |
![]() | ProjectionType |
Gets or sets the camera's projection type.
By default the perspective projection is used.
|
![]() | Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) |
![]() | RotationMode |
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 (Inherited from Frustum.) |
![]() | Scene |
Gets the scene that this object belongs to
(Inherited from SceneObject.) |
![]() | Target |
Gets or sets the target that the camera is looking at.
If the user supports this property, it should be prior to LookAt property.
(Inherited from Frustum.) |
![]() | Up |
Gets or sets the up direction of the camera
(Inherited from Frustum.) |
![]() | Width |
Gets or sets the view plane's width measured in inches
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) |
![]() | GetBoundingBox |
Gets the bounding box of current entity in its object space coordinate system.
(Inherited from Entity.) |
![]() | GetEntityRendererKey |
Gets the key of the entity renderer registered in the renderer
(Inherited from Entity.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
(Inherited from A3DObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MoveForward |
Move camera forward towards its direction or target.
|
![]() | RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) |
![]() | RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) |
![]() | SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
(Inherited from A3DObject.) |
![]() | properties |
The properties of the current object.
(Inherited from A3DObject.) |