Get Model Bounding Box
Description
Gives the size, rotation and position of a box containing all the parts in a model.
Available to
Inputs
Model (Object)
You give the path to an object that you want go get the bounding box.
Outputs
Position (Vector3)
Returns the Center Position of the model bounding box.
Rotation(Vector3)
Returns the Rotation of the model bounding box.
Size (Vector3)
Returns the Size of the model bounding box.
Last updated