Open topic with navigation
<node3d>.insertGroupAbove
Add a group node above the specified sub-node
<node3d>.insertGroupAbove( |
|
name |
) |
|
name
Name of the sub-node
Remarks
This command will insert a new group node above the sub-node with the specified name. All parents of the sub-node will become parents of the new group node. The sub-node will become a child of the new group node.
Return Value
<node3d> object
See also