WebGLClipping class

Constructors

WebGLClipping(WebGLProperties properties)

Properties

globalState ↔ dynamic
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
localClippingEnabled ↔ bool
getter/setter pair
numGlobalPlanes ↔ int
getter/setter pair
numIntersection ↔ int
getter/setter pair
numPlanes ↔ int
getter/setter pair
plane ↔ Plane
getter/setter pair
properties ↔ WebGLProperties
getter/setter pair
renderingShadows ↔ bool
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uniform ↔ Map<String, dynamic>
getter/setter pair
viewNormalMatrix ↔ Matrix3
getter/setter pair

Methods

beginShadows() → void
dispose() → void
endShadows() → void
init(List<Plane> planes, bool enableLocalClipping) → bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
projectPlanes([List<Plane>? planes, Camera? camera, int dstOffset = 0, bool skipTransform = false]) → List<double>?
resetGlobalState() → void
setGlobalState(List<Plane> planes, Camera camera) → void
setState(Material material, Camera camera, bool useCache) → void
toString() → String
A string representation of this object.
inherited

Operators

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