Search found 10 matches

by petra999
Fri Jun 20, 2008 7:52 pm
Forum: Game Programming
Topic: Problem while linking with ODE
Replies: 5
Views: 3670

yes, it's mingw, maybe just change compiler?
by petra999
Fri Jun 20, 2008 6:00 pm
Forum: Beginners Help
Topic: Which physic engine choose for irrlicht for beginner.
Replies: 7
Views: 642

i'm need phys for 3d. I'm need only for simple collisions, gravity, it but i need something simple (with nice documentation).

Thanks a lot
by petra999
Wed Jun 18, 2008 5:08 pm
Forum: Game Programming
Topic: Problem while linking with ODE
Replies: 5
Views: 3670

Problem while linking with ODE

Hello! I tried to compile something with ODE and i've some error: C:\cpp\irrlicht\ODE_IRRLICHT_TRY\main.cpp|2|warning: ignoring #pragma comment | ||warning: auto-importing has been activated without --enable-auto-import specified on the command line.| ||Warning: .drectve `/DEFAULTLIB:"LIBCMT&qu...
by petra999
Wed Jun 18, 2008 5:06 pm
Forum: Game Programming
Topic: Problem with Newton and irrlicht[SOLVED]
Replies: 7
Views: 1981

now is working, thanks!
by petra999
Tue Jun 17, 2008 8:23 pm
Forum: Beginners Help
Topic: Which physic engine choose for irrlicht for beginner.
Replies: 7
Views: 642

Which physic engine choose for irrlicht for beginner.

Hello! I don't know where i should post a new topic (in wich section of forum), so i made mistake, please tell me, to which section i should write. So i have a question, which physic engine choose for beginer? I tried to do something with Newton but i have some problems. It is some easier physic eng...
by petra999
Mon Jun 16, 2008 8:20 pm
Forum: Game Programming
Topic: Problem with Newton and irrlicht[SOLVED]
Replies: 7
Views: 1981

thanks!
by petra999
Mon Jun 16, 2008 6:54 pm
Forum: Game Programming
Topic: Problem with Newton and irrlicht[SOLVED]
Replies: 7
Views: 1981

you've got right. i change: NewtonCollision* collision = NewtonCreateBox(nWorld, 0, 0, 0, NULL); to NewtonCollision* collision = NewtonCreateBox(nWorld, 10000, 10000, 10000, NULL); Now my cube is rotating nice. But why rotating? why not falling down? Do you know some nice tutorial? THANKS A LOT!!!!
by petra999
Mon Jun 16, 2008 6:05 pm
Forum: Game Programming
Topic: Problem with Newton and irrlicht[SOLVED]
Replies: 7
Views: 1981

Problem with Newton and irrlicht[SOLVED]

Hello! I tried to do something with irrlicht and newton. I do some easy program with this-> http://gpwiki.org/index.php/Irrlicht:Physics tutorial. But i have done something bad, and nothing happend(no gravity, etc), what i do wrong? I do you know some nice tutorials to newton, and newton with irrlic...
by petra999
Sat May 31, 2008 5:35 pm
Forum: Beginners Help
Topic: Files not load, when i'm using .irr files
Replies: 3
Views: 392

Thanks! It's seems that irredit change directiores, and everything crashed. Now i know what to change, thanks a lot.
by petra999
Sat May 31, 2008 6:00 am
Forum: Beginners Help
Topic: Files not load, when i'm using .irr files
Replies: 3
Views: 392

Files not load, when i'm using .irr files

Hello! I'm start to play with irrlicht for some days, and i have some strange problem. When i tries to load to my little irrlicht project write in c++ some .irr files i have some troubles. When i tries to load any of .irr files i seen on my screen that the meshes and textures are can't be loaded. I ...