AABB Tree dEMO

Started by
2 comments, last by Ravana 10 years, 8 months ago

Hello Guys,

I am working on a Axis Align Bounding Box project. This works in both 2D and 3D.

I want to do a cool demo for the 2D package.

Basically I want to demonstrate the AABB tree for distance and intersection queries,

not the performance.

I want something cool but not complex. :)

For an example something like,

user can open a file with geometric segments of a large quantity. and he can query with

rays for intersection. then in the demonstration I show the intersected

segments from the original primitives.

This is not cool. So, could anybody tell me something simple and cooL.

Really appreciate your ideas.

Cheers,

Ravana+

Advertisement

This group sucks in big time. no reply and moderator did not allow me to cross post.

The coolness would probably come from the visualization. Render the tree in a window and have options to do a query with and without the help of the tree and maybe print out the performance results in both time taken(versus a linear search), and the number of AABB tested. That would be a cool app to illustrate the point of such spatial queries.

thnks alot. that will be sufficient. :)

This topic is closed to new replies.

Advertisement