Octree Implementation (Collisions)

Octree

Spatial Database for Collision Optimization

Project Description

In the demo we can see how we can optimize collisions checks for three dimensional objects by creating a sub-divisible cube containing all or part of the triangles composing the object.

The information extracted by using this kind of data structure is not only if there is a collision between objects but also WHERE it happened, additional information or consequences can be extracted from this situation and applied to our simulation.

 

Click here to download a Demo.

Project Details

  • Tip: you can manually change the obj file being loaded by simply placing it in the ObjFiles folder under the name of “Dragon.obj”

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Website Powered by WordPress.com.

Up ↑