Search found 5 matches

by Narutachi
Mon Jan 18, 2010 10:03 am
Forum: General Bullet Physics Support and Feedback
Topic: Way for reusing bullets collision lib for different purpose?
Replies: 5
Views: 5415

Re: Way for reusing bullets collision lib for different purpose?

Thanks Erwin, yes i want to measure if the ball is still overlapping with the convex hull of the can. Can i use two collision shapes for one and the same rigid body, one for real collision detection and one for only detecting if the ball is completely outside the can? If yes can you give me some exa...
by Narutachi
Thu Jan 14, 2010 1:06 pm
Forum: General Bullet Physics Support and Feedback
Topic: Way for reusing bullets collision lib for different purpose?
Replies: 5
Views: 5415

Re: Way for reusing bullets collision lib for different purpose?

Thanks mako90,
i already know the link but what i am really after is an advise from someone how to solve the problem with bullets collision library or if it's even possible to solve it with the collision lib. Do you think that my suggested solution can work?
by Narutachi
Wed Jan 13, 2010 9:26 pm
Forum: General Bullet Physics Support and Feedback
Topic: Way for reusing bullets collision lib for different purpose?
Replies: 5
Views: 5415

Way for reusing bullets collision lib for different purpose?

Hi, i am currently working on a simulation of a rotating can with one ball in it. The can is build from box shapes using a compound shape. I need to register the moment of the ball leaving the can. My question is: Does somebody has any idea of how to reuse bullets collision lib in order to tell when...
by Narutachi
Wed Nov 25, 2009 8:53 am
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1035144

Re: Java port of Bullet

I got it to work :) The problem seems strange to me but it seems that cross referencing libraries from the jbullet netbeans project to my own netbeans project produced the bug. If i copy the generated libraries (the generated dist folder of the jbullet project) into some folder without a netbeans pr...
by Narutachi
Tue Nov 24, 2009 4:05 pm
Forum: General Bullet Physics Support and Feedback
Topic: Java port of Bullet
Replies: 125
Views: 1035144

Re: Java port of Bullet

Hi, i am currently trying to integrate jbullet into my own project. I am using netbeans and used the build script to build jbullet. After this i added all generated libraries (jar files in the dist folder) into my own project. Then i integrated (basically copied) some code from the hello world file ...