Camera class abstract

Constructors

Camera()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCullingFar() Future<double>
getEntity() ThermionEntity
getFocalLength() Future<double>
getModelMatrix() Future<Matrix4>
getNear() Future<double>
getViewMatrix() Future<Matrix4>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLensProjection({double near = kNear, double far = kFar, double aspect = 1.0, double focalLength = kFocalLength}) Future
setModelMatrix(Matrix4 matrix) Future
setProjection(Projection projection, double left, double right, double bottom, double top, double near, double far) Future
setProjectionMatrixWithCulling(Matrix4 projectionMatrix, double near, double far) Future
setTransform(Matrix4 transform) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited