AnimGraphLab Beta
Nodes Bounds

Parameters

Select a node to edit its parameters.

Bounds node generates a new shape that encapsulates the input geometry.

It can create the following bounding boxes:

  1. axis-aligned (AABB).
  2. oriented (OBB).
  3. convex hull.
  4. concave.

Tip: Use the 'Combined' mode to create a single continuous bounding shape around an entire group of scattered or disparate shapes

Parameters

ParameterDescription
Label
The display name for the node.
Group
Target specific geometry.
Mode
Generate bounds per shape or for the entire group.
Type
Shape of the generated bounds. "Oriented" follows geometry rotation.
Padding
Amount to expand the bounds.
Keep Holes
Preserves and subtracts original holes from the generated bounds.

See also