so the question is:
can i cange the bounding box of an object? and... how... I want to make it some litle than the model but scaled in the center.
thanks for helping
can i cange the bounding box of an object?
-
- Posts: 54
- Joined: Wed Oct 04, 2006 6:56 am
The bounding box should always be the smallest object space oriented bounding box that fits around the object. This is because the bounding box is used for frustum culling and primitive intersection testing.
If you made the bounding box smaller than the extents of the object that it bounds, you would notice some visual issues. For instance when the object got near the edge of the screen it would disappear.
Travis
If you made the bounding box smaller than the extents of the object that it bounds, you would notice some visual issues. For instance when the object got near the edge of the screen it would disappear.
Travis
-
- Posts: 54
- Joined: Wed Oct 04, 2006 6:56 am