AnimationMixer constructor

AnimationMixer(
  1. Object3D root
)

rootObject - the object whose animations shall be played by this mixer.

Implementation

/// by this mixer.
AnimationMixer(this.root) {
  _initMemoryManager();
}