What collision shape for aircrafts

softice

15-03-2013 03:00:48

Hi,

I am new to gaming. After going through all the collision shapes, I am wondering which shape is perfect fit for an aircraft?

I want a custom shape instead of using standard shape. What tools can be used to create custom shape? Also is it possible to load a custom shape from a file?

Thanks.

AlexeyKnyshev

16-03-2013 06:34:33

Take a look at it http://bulletphysics.org/mediawiki-1.5.8/index.php/Collision_Shapes#Compound

softice

16-03-2013 12:43:31

Thanks. Will look at some example of how to use it.

softice

18-03-2013 03:18:03

One more doubt. How do I map the vertices to visible mesh that I want to use for aircraft?
Which tool can be used for that?

AlexeyKnyshev

18-03-2013 16:41:26

One more doubt. How do I map the vertices to visible mesh that I want to use for aircraft?
Which tool can be used for that?

Take a look at convex decomposition algorithm in ogrebullet.