Search found 3 matches

by sussumu
Thu Mar 26, 2015 4:47 pm
Forum: Applications, Games, Demos or Movies using Bullet
Topic: appHACDDemo (and Convex Decomposition tool)
Replies: 21
Views: 121120

Re: appHACDDemo (and Convex Decomposition tool)

I saw this V-HACD and read how to include it ( http://kmamou.blogspot.com.br/2014/12/v-hacd-20-in-your-project.html ) but I'm really a beginner and don't know what to do with the data that it returns in line 18. IVHACD::ConvexHull ch; Probably I should study the code in Bullet examples because I thi...
by sussumu
Wed Mar 25, 2015 7:52 pm
Forum: Applications, Games, Demos or Movies using Bullet
Topic: appHACDDemo (and Convex Decomposition tool)
Replies: 21
Views: 121120

Re: appHACDDemo (and Convex Decomposition tool)

I'm just a beginner, so this may seem a little stupid but I couldn't set up the load .bcs method. I imported the "btBulletWorldImporter.h" from Extras folder and it went alright. Also used the function provided by you but I'm getting this: "Error C2039: 'btCollisionShape' : is not a m...
by sussumu
Fri Mar 20, 2015 4:03 pm
Forum: General Bullet Physics Support and Feedback
Topic: Can't see Debug Drawing
Replies: 0
Views: 3706

Can't see Debug Drawing

I'm pretty sure I setup the debug drawing correctly but still can't see the wireframe and stuff. I copied the code (although I don't remember from where) that implements the derivative class from btIDebugDraw and called it on my code. The function is called since I can get a printf() response from i...