diff --git a/docs/api/core/Object3D.html b/docs/api/core/Object3D.html index 9fada526286baa61172c31e3693d382db5ff2387..d51d744b68c7fa8c737908eec0decc9ed2a30c3c 100644 --- a/docs/api/core/Object3D.html +++ b/docs/api/core/Object3D.html @@ -109,7 +109,8 @@

[property:Object3D parent]

-

Object's parent in the [link:https://en.wikipedia.org/wiki/Scene_graph scene graph].

+

Object's parent in the [link:https://en.wikipedia.org/wiki/Scene_graph scene graph]. An object can have at most + one parent.

[property:Vector3 position]

A [page:Vector3] representing the object's local position. Default is (0, 0, 0).

@@ -190,7 +191,8 @@

[method:null add]( [param:Object3D object], ... )

- Adds *object* as child of this object. An arbitrary number of objects may be added.

+ Adds *object* as child of this object. An arbitrary number of objects may be added. Any current parent on an + object passed in here will be removed, since an object can have at most one parent.

See [page:Group] for info on manually grouping objects.