PointLight class

light is emanating from a single point in all directions

Inheritance

Constructors

PointLight(String name, Vector3 pos, Vector3 colorDiffuse, Vector3 colorSpecular, double range)

Properties

colorDiffuse → Vector3
finalinherited
colorSpecular → Vector3
finalinherited
debug bool
getter/setter pairinherited
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