Object3D

Object3D

Members

Methods

new Object3D()

Constructs a new Object3D
Properties:
Name Type Default Description
visible boolean true
uuid string
position object
rotation object
scale object
parent object null
children array
matrix array
matrixWorld array
positionWorld array

Methods

addChild(child)

Add a child to the object
Parameters
Name Type Description
child object an Object3D