Class CameraBase<TOrthographic, TPerspective>
A camera’s projection
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class CameraBase<TOrthographic, TPerspective> : CameraBase where TOrthographic : CameraOrthographic where TPerspective : CameraPerspective
Type Parameters
Name | Description |
---|---|
TOrthographic | Orthographic camera type |
TPerspective | Perspective camera type |
Fields
Name | Description |
---|---|
orthographic | An orthographic camera containing properties to create an orthographic projection matrix. |
perspective | An orthographic camera containing properties to create an orthographic projection matrix. |
Properties
Name | Description |
---|---|
Orthographic | An orthographic camera containing properties to create an orthographic projection matrix. |
Perspective | An orthographic camera containing properties to create an orthographic projection matrix. |