SpotLight class

a cone of directional light is emanating from a point

Inheritance

Constructors

SpotLight(String name, Vector3 pos, Vector3 dir, Vector3 colorDiffuse, Vector3 colorSpecular, double range, double angle, double _spotFocus, double _near, double _far)

Properties

angle double
getter/setter pair
colorDiffuse → Vector3
finalinherited
colorSpecular → Vector3
finalinherited
debug bool
getter/setter pairinherited
dir ↔ Vector3
getter/setter pair
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
pos ↔ Vector3
getter/setter pair
range double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
finalinherited

Methods

ExtractInfo(Float32List m, int o) → void
override
ExtractShadowProjViewMatrix() → Matrix4
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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