What is "AABB"?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

What is "AABB"?

Post by Guest »

Hi all,

I sometimes come across this word "AABB" here. What does it mean?

Thanks in advance.
Sam
BlackNinjaGames
Posts: 31
Joined: Mon Sep 05, 2005 4:47 pm
Contact:

Post by BlackNinjaGames »

AABB is an Axis-Align Bounding Box.

It's a box that will rotate to fit your mesh as closely as possible.

For a better description [along with a use], check out this site.

Hope that helps.

(By the way, you accidentaly double-posted.)
Guest

Post by Guest »

it doesn't rotate. it's axis aligned (to the world axes).
Browndog
Posts: 74
Joined: Thu Aug 18, 2005 2:53 am

Post by Browndog »

does this mean the aabbox of an object will scale with rotaion of a non-square node to fit the node inside it?
Guest

Post by Guest »

yes!
Browndog
Posts: 74
Joined: Thu Aug 18, 2005 2:53 am

Post by Browndog »

ahhh good thats what I thought :) thanks
Post Reply