Search found 6 matches

by dybalabj
Thu Nov 29, 2007 1:03 am
Forum: Beginners Help
Topic: if(collision) do something?
Replies: 5
Views: 568

PI,

Thanks for the suggestion. Although it may be slow, that makes good sense and I can't believe I didn't think of it before :)

Dybs
by dybalabj
Wed Nov 28, 2007 4:24 am
Forum: Beginners Help
Topic: if(collision) do something?
Replies: 5
Views: 568

if(collision) do something?

I've been working on a hovercraft racing game for a school project. It mostly works, but now we're trying to implement some basic physics. In particular, I want to call a function based on a collision event; i.e. if my craft collides with the track wall, then add damage points and bounce off (rather...
by dybalabj
Mon Nov 26, 2007 4:45 am
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 117667

Hovercraft racer w/ IPhysics 1.5, Irrlicht 1.3.1

I'm attempting to use IPhysics for a class project and I think I'm really close to getting it to work. I have the Newton SDK 1.5.3, Irrlicht 1.3.1, IPhysics 1.5 (modified to at least compile w. Irr1.3.1). The main thing I want to use it for is more realistic collision detection with other racer craf...
by dybalabj
Thu Nov 01, 2007 2:30 am
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 132582

I tried posting on the Beginner's forum but haven;'t gotten any response. Maybe it's too stupid of a question, but all the debugging and Googling I've done doesn't give me much indication of how to fix this other than to not use VS2005. Any takers? Please? http://irrlicht.sourceforge.net/phpBB2/view...
by dybalabj
Wed Oct 31, 2007 5:11 am
Forum: Beginners Help
Topic: IrrNewt Init problem
Replies: 1
Views: 802

IrrNewt Init problem

Here's a weird one (at least to me). I have the following declaration to init the physics in my code: irr::newton::IWorld* physics_world = irr::newton::createPhysicsWorld(device); I've included IrrNewt.hpp, and I have the #pragma comment lines for Irrlicht.lib and IrrNewt.lib. The dll files for IrrN...
by dybalabj
Wed Oct 31, 2007 3:36 am
Forum: Beginners Help
Topic: IrrNewt linker error - VS2005
Replies: 1
Views: 286

IrrNewt linker error - VS2005

I know this is probably a simple question and the answer is somewhere on the forums, but I just can't find it. When I try to compile my code with IrrNewt, I get the following linker error: main.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class irr::newton::IBo...