PropertyMixer

THREE.animation.PropertyMixer
class PropertyMixer() extends Object

Buffered scene graph property that allows weighted accumulation; used internally.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def accumulate(accuIndex: Double, weight: Double): Unit

Accumulates data in the incoming region into accu<i>.

Accumulates data in the incoming region into accu<i>.

Attributes

def accumulateAdditive(weight: Double): Unit

Accumulates data in the incoming region into add.

Accumulates data in the incoming region into add.

Attributes

def apply(accuIndex: Double): Unit

Applies the state of accu<i> to the binding when accus differ.

Applies the state of accu<i> to the binding when accus differ.

Attributes

The property binding.

The property binding.

Attributes

def cumulativeWeight: Double

The cumulative weight.

The cumulative weight.

Attributes

The cumulative weight for additive animations.

The cumulative weight for additive animations.

Attributes

def referenceCount: Double

The reference count.

The reference count.

Attributes

def restoreOriginalState(): Unit

Applies the state previously taken via [[PropertyMixer#saveOriginalState]] to the binding.

Applies the state previously taken via [[PropertyMixer#saveOriginalState]] to the binding.

Attributes

def saveOriginalState(): Unit

Remembers the state of the bound property and copy it to both accus.

Remembers the state of the bound property and copy it to both accus.

Attributes

def useCount: Double

The use count.

The use count.

Attributes

def valueSize: Double

The keyframe track value size.

The keyframe track value size.

Attributes

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object