SphericalHarmonics class
class SphericalHarmonics
- Annotations
-
- @JS()
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- l00 ↔ Vector3
-
getter/setter pair
- l1_1 ↔ Vector3
-
getter/setter pair
- l2_1 ↔ Vector3
-
getter/setter pair
- l2_2 ↔ Vector3
-
getter/setter pair
- l10 ↔ Vector3
-
getter/setter pair
- l11 ↔ Vector3
-
getter/setter pair
- l20 ↔ Vector3
-
getter/setter pair
- l21 ↔ Vector3
-
getter/setter pair
- l22 ↔ Vector3
-
getter/setter pair
- preScaled ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addLight(
Vector3 direction, Color3 color, num deltaSolidAngle) → void -
convertIncidentRadianceToIrradiance(
) → void -
convertIrradianceToLambertianRadiance(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preScaleForRendering(
) → void -
scaleInPlace(
num scale) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
FromArray(
List< List< data) → SphericalHarmonicsnum> > -
FromPolynomial(
SphericalPolynomial polynomial) → SphericalHarmonics