CameraOrthographic class
An orthographic camera containing properties to create an orthographic projection matrix.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- root → GltfRoot
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- xFar → double
-
The floating-point distance to the far clipping plane.
This value MUST NOT be equal to zero.
zFar
MUST be greater thanzNear
.final - xMag → double
-
The floating-point horizontal magnification of the view.
This value MUST NOT be equal to zero.
This value SHOULD NOT be negative.
final
- yMag → double
-
The floating-point vertical magnification of the view.
This value MUST NOT be equal to zero.
This value SHOULD NOT be negative.
final
- zNear → double
-
The floating-point distance to the near clipping plane.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited