[name]

A group of objects that receives a shared animation state.

Usage:

Add objects you would otherwise pass as 'root' to the constructor or the [page:AnimationMixer.clipAction clipAction] method of [page:AnimationMixer AnimationMixer] and instead pass this object as 'root'.

Note that objects of this class appear as one object to the mixer, so cache control of the individual objects must be done on the group.

Limitations

The animated properties must be compatible among all objects in the group.

A single property can either be controlled through a target group or directly, but not both.

Constructor

[name]( [page:object obj1], [page:object obj2], [page:object obj3], ... )

Properties

[property:object stats]

[property:Number timeScale]

Methods

[method:null add]( [page:object obj1], [page:object obj2], [page:object obj3], ... )

[method:null remove]( [page:object obj1], [page:object obj2], [page:object obj3], ... )

[method:null uncache]( [page:object obj1], [page:object obj2], [page:object obj3], ... )

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]