Camera.Camera
Contents
[
Hide
]Camera()
Initializes a new instance of the Camera class.
public Camera()
See Also
- class Camera
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Camera(ProjectionType)
Initializes a new instance of the Camera class.
public Camera(ProjectionType projectionType)
| Parameter | Type | Description |
|---|---|---|
| projectionType | ProjectionType | Projection type. |
See Also
- enum ProjectionType
- class Camera
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Camera(string)
Initializes a new instance of the Camera class.
public Camera(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name. |
See Also
- class Camera
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Camera(string, ProjectionType)
Initializes a new instance of the Camera class.
public Camera(string name, ProjectionType projectionType)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name. |
| projectionType | ProjectionType | Projection type. |
See Also
- enum ProjectionType
- class Camera
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D