AnimGraphLab Alpha
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
LabelThe display name for the node.
GroupTarget specific geometry.
ModeGenerate bounds per shape or for the entire group.
TypeShape of the generated bounds. "Oriented" follows geometry rotation.
PaddingAmount to expand the bounds.
Keep HolesPreserves and subtracts original holes from the generated bounds.

See also