Class CameraBuilder
Contents
[
Hide
]CameraBuilder class
Represents an camera object.
public abstract class CameraBuilder : BaseBuilder
Properties
| Name | Description |
|---|---|
| Extras { get; set; } | Gets or sets the custom data of this object. |
| IsValid { get; } | Gets a value indicating whether the camera parameters are correct. |
| Matrix { get; } | Gets the projection matrix for the camera parameters. |
| Name { get; set; } | Gets or sets the display text name, or null. |
| ZFar { get; set; } | Gets or sets the far plane distance in the Z axis. |
| ZNear { get; set; } | Gets or sets the near plane distance in the Z axis. |
| static LocalDirection { get; } |
Methods
| Name | Description |
|---|---|
| abstract Clone() |
Other Members
| Name | Description |
|---|---|
| class Orthographic | |
| class Perspective |
Remarks
Derived types are: - Orthographic - Perspective
See Also
- class BaseBuilder
- namespace Aspose.CAD.FileFormats.GLB.Scenes
- assembly Aspose.CAD