ShadowMap class

Constructors

ShadowMap(ChronosGL _cgl, int w, int h, double near, double far, {int format = GL_DEPTH_COMPONENT24})

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

AddShadowCaster(Node node) → void
ClearShadowCasters() → void
Compute(Matrix4 lightMatrix) → void
GetMapSize() → Vector2
GetMapTexture() Texture
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
SetVisualizationViewPort(int x, int y, int w, int h) → void
toString() String
A string representation of this object.
inherited
Visualize() → void

Operators

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