-AABB         Axis Aligned Bounding Box
Print

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


Image
AABB - Axis Aligned Bounding Box.

All meshes have a "bounding box" (a cube in which the entire mesh fits in). AABBs are permanently aligned to the world axes. It's also possible to set an axis to infinite.

The AABBs of SceneNodes can be shown by using:

myNode::showBoundingBox(true)

 
See also: AABB (Wikipedia)(external link)


Contributors to this page: spacegaier3733 points  , jacmoe111451 points  and Beauty5965 points  .
Page last modified on Thursday 22 of July, 2010 19:14:50 GMT by spacegaier3733 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.