CameraOrthographic class

An orthographic camera containing properties to create an orthographic projection matrix.

Inheritance

Constructors

CameraOrthographic.new({required GltfRoot root, required double xMag, required double yMag, required double xFar, required double zNear})
CameraOrthographic.parse(GltfRoot root, Map<String, Object?> map)

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 than zNear.
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