Object3D is the base class for most objects in three.js and provides a set of properties and methods for manipulating objects in 3D space. Note that this can be used for grouping objects via the .add( object ) method which adds the object as a child, however it is better to use Group for this.
相关文章: