Bullet C-API / Objective-C [SOLVED]

Raphael_Bartolome
Posts: 6
Joined: Mon Jun 04, 2007 1:00 pm

Bullet C-API / Objective-C [SOLVED]

Post by Raphael_Bartolome »

hi,
can somebody tell me, how to generate a convex hull with the C-API? Or isn´t this possible.
I try to use the bullet library in a Cocoa/Objective-c application.
But I am not really familiar with c++ or even to implement c++ into a objective-c application. I have search the web for a example, but I couldn´t found any example about bullet and Objective-C.
Now I am try the C-API but I couldn´t found a ConvexHull.

best regards,
raphael
Last edited by Raphael_Bartolome on Mon Jun 04, 2007 6:12 pm, edited 1 time in total.
Raphael_Bartolome
Posts: 6
Joined: Mon Jun 04, 2007 1:00 pm

Bullet C-API / Objective-C [SOLVED]

Post by Raphael_Bartolome »

hi, I have get it to run, sorry for that stupid question I have forget to add the .mm suffix to the source file

http://developer.apple.com/documentatio ... on_10.html