Reccomendations for physics

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Iyad
Posts: 140
Joined: Sat Mar 07, 2009 1:18 am
Location: Montreal, Canada

Re: Reccomendations for physics

Post by Iyad »

armakapo wrote: @Iyad To do something like that I guess I'll have to modify irrlicht's code, I dont know if I can put my hands on the collision algorithms
You dont need to modify any source code. Only get all of your objects and calculate gravity force. Then apply this force to all of your objects. The collision response animator will only be sure that objects doesn't pass under the ground.
#include <Iyad.h>
armakapo
Posts: 10
Joined: Wed Mar 14, 2012 12:54 am

Re: Reccomendations for physics

Post by armakapo »

@serengeor I already tried that solution and a few more, none worked. Also tried with different versions of gcc.
@hendu I'll attemp to build my bullet libs.
I'll report my results soon! thx for the tips
armakapo
Posts: 10
Joined: Wed Mar 14, 2012 12:54 am

Re: Reccomendations for physics

Post by armakapo »

Ok I got irrBullet working!
I had to recompile all Bullet libs (version 2.77 btw, the latest one wouldn't work) and irrBullet with my version of mingw.
If anyone ever have the same problem, pm me for the compiled libs!
Thx reddemon, iyad, serengeor and hendu for your help!
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Reccomendations for physics

Post by hendu »

serengeor wrote:Does bullet even come with precompiled libs?
No, but irrBullet does.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Reccomendations for physics

Post by serengeor »

hendu wrote:
serengeor wrote:Does bullet even come with precompiled libs?
No, but irrBullet does.
Oh, right :)
Working on game: Marrbles (Currently stopped).
RdR
Competition winner
Posts: 273
Joined: Tue Mar 29, 2011 2:58 pm
Contact:

Re: Reccomendations for physics

Post by RdR »

armakapo wrote:Ok I got irrBullet working!
I had to recompile all Bullet libs (version 2.77 btw, the latest one wouldn't work) and irrBullet with my version of mingw.
If you need the pre-compiled libs of Bullet 2.79 for MinGW send me a PM.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Reccomendations for physics

Post by hendu »

Everyone offering their builds, consider you might be causing more trouble than help with issues just like this topic (incompatible compiler builds).
Post Reply