User Tools

Site Tools


DzGroupNode

Node for grouping multiple nodes in the scene.

More...

Inherits :

Constructors

DAZ Script
DzGroupNode ()

Detailed Description

This specialized DzNode is intended for grouping multiple nodes in the scene under one parent node. This allows easy transformation, visibility and/or selectability of the whole group.

The bounding box of the group is calculated by getting the world space bounding box of the immediate children of the group node. This allows better use of framing the group to see the whole of the contents of the group.

Constructors


DzGroupNode()

TODO: Add description.