Light class
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setColor(
Color? color, double ambient, double diffuse, double specular) → void -
shading(
Vector3 viewPosition, Vector3 fragmentPosition, Vector3 normal, Material material) → Color -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited