Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Thu Feb 02, 2012 4:46 pm 
Offline

Joined: Thu Feb 02, 2012 3:58 pm
Posts: 2
I am looking to adopt the bullet api into my project, which does some basic collision detection and am looking to create a bit more complex system with moving objects. I hope someone with some experience using this api can give me some insight.

I am looking to use a binary search to define a "world", which consists of 2 trees, one consisting of 3D planes (Front/Back of the plane determines which node of the tree to check) as well as one in 2D which will determine which polygon to test for polygons which are on the same 3D plane. Is there a base class to define a binary tree such as this?

I want to define a moving object as a "group" of spheres, such that each sphere has a mass and radius which would than construct a center of mass along with moment of inertia for the object to be used for collisions. I was wonder if there was such a class in Bullet? One of the things I am unsure of what to do is regarding the collision detection of a group of spheres with respect to the world.


Top
 Profile  
 
PostPosted: Thu Feb 02, 2012 9:41 pm 
Offline

Joined: Sun Jan 01, 2012 7:37 pm
Posts: 55
It sounds like you're looking for finite element analysis.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group