Class GltfCameraOrthographic
An orthographic camera containing properties to create an orthographic projection matrix. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/camera.orthographic.schema.json
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class GltfCameraOrthographic : GltfProperty
Fields
xMag
The floating-point horizontal magnification of the view.
Declaration
public double xMag
Field Value
Type | Description |
---|---|
Double |
yMag
The floating-point vertical magnification of the view.
Declaration
public double yMag
Field Value
Type | Description |
---|---|
Double |
zFar
The floating-point distance to the far clipping plane.
Declaration
public double zFar
Field Value
Type | Description |
---|---|
Double |
zNear
The floating-point distance to the near clipping plane.
Declaration
public double zNear
Field Value
Type | Description |
---|---|
Double |