AnimationMixer constructor
AnimationMixer(
- Object3D root
rootObject
- the object whose animations shall be played
by this mixer.
Implementation
/// by this mixer.
AnimationMixer(this.root) {
_initMemoryManager();
}