AnaglyphEffect class
Constructors
- AnaglyphEffect(WebGLRenderer renderer, Matrix3 colorMatrixLeft, Matrix3 colorMatrixRight, dynamic width, dynamic height)
Properties
- colorMatrixLeft ↔ Matrix3
-
getter/setter pair
- colorMatrixRight ↔ Matrix3
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- renderer → WebGLRenderer
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
Scene scene, Camera camera) → void -
setSize(
double width, double height) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited