SphericalHarmonics3

@native @JSImport("three", "SphericalHarmonics3") @JSType class SphericalHarmonics3 extends Object
Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def equals(sh: SphericalHarmonics3): Boolean
def fromArray(array: Array[Double] | Uint8Array | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | Float32Array | Float64Array | Array[Double], offset: UndefOr[Double]): SphericalHarmonics3
def getAt(normal: Vector3, target: Vector3): Vector3
def getIrradianceAt(normal: Vector3, target: Vector3): Vector3
@JSName("clone")
def lerp(sh: SphericalHarmonics3, alpha: Double): SphericalHarmonics3
def scale(s: Double): SphericalHarmonics3
def set(coefficients: Array[Vector3]): SphericalHarmonics3
def toArray(array: UndefOr[Array[Double]], offset: UndefOr[Double]): Array[Double]

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var coefficients: Array[Vector3]
val isSphericalHarmonics3: Boolean