Search found 7 matches

by Nargil
Mon Apr 16, 2007 6:05 pm
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 116354

try changing it to

#include <iostream>
using namespace std;
by Nargil
Mon Apr 09, 2007 3:41 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 130930

How can I make a body collide _ONLY_ with selected/static bodies, and ignore the collisions with all the other bodies ? I've made a 3rd person camera within a sphere. I want it to collide only with the terrain/tree's/buildings.
by Nargil
Sun Feb 18, 2007 7:38 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 130930

white tiger wrote:yes, in fact i have saied that the next release will be compilable on linux. I have solved those problems at all :D
When can we expect the next realease ? Because I dont know if I should wait for it, or try to implement PhysX myself.
by Nargil
Thu Feb 15, 2007 8:12 pm
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 116354

This does not help me, and i tried it before posting. In addition scaling the values 10times makes the camera move pretty unsmooth. I didn't experience the problem using an earlier version of iPhysics from Nick_Japan
by Nargil
Thu Feb 15, 2007 1:03 pm
Forum: Project Announcements
Topic: IPhysics - Newton/Irrlicht framework
Replies: 338
Views: 116354

Hi. How is your work going ? I must say IPhysics is the only irrlicht based physics engine I managed to run in my linux project. Although I have a problem with the 1.2 (RP edit) release: I have a terrain #include <iostream.h> #include <IPhysics.h> #include <Irrlicht.h> #include <Newton.h> #pragma co...
by Nargil
Wed Feb 14, 2007 8:08 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 130930

sure, but even the header files aint working. There are a lot of errors such as: _cdecl being not recognized. After deleting all the _cdecl and __cdecl calls there are also another errors such as: /home/nargil/Desktop/C++/Linux/irrlicht_rpg6/include/dll_exports.hpp:9: warning: ignoring #pragma warni...
by Nargil
Wed Feb 14, 2007 7:18 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 130930

g++ -o materialsandshapes materials\ and\ shapes.cpp -I/usr/local/include/irrnewt/ -lirrnewt -lIrrlicht -lGLU -lXxf86vm

Where did you get the linux library irrnewt from ?