Work NXogre with eihort?

wolfmanfx

13-06-2006 17:36:28

Works CVS version von NXogre with eihort and dio i need the physik driver this number 3 in the physik engines i have tried Newton its nice but the terrain perfomance was sucky and then i tryed ode and here the perfomance sucks again :) now i have to try nxogre the only thing i need is right collsion detecion.....

betajaen

13-06-2006 17:39:44

I haven't tried or heard NxOgre working with Eihort, probably because people haven't tried, but I imagine the interface hasn't changed so it should compile correctly.

Actually, I'll be surprised if it did not work.


But make sure you get the NxOgre compatible with Dagon; Preview 3 or the CVS version should do the trick.

wolfmanfx

13-06-2006 17:44:56

mmm i got a error trying to get cvs version


C:\Programme\TortoiseCVS\cvs.exe -q checkout -d NxOgre nxogre
CVSROOT=:pserver:anonymous@cvs.sourceforge.net :/cvsroot/nxogre

Error connecting to host cvs.sourceforge.net : Der angegebene Host ist unbekannt.


he says that the host is unknown

betajaen

13-06-2006 17:47:19

Sourceforge have change the address to something like nxogre.sourceforge.net

As your new to NxOgre, I suggest you use Preview 3 for now, then work on the CVS when you get used to it (There have been some un-documentated changes) :)

Full installation instructions are here, just work from part 2; Installing PhysX as you have Ogre installed already.

http://www.nxogre.org/Installing

wolfmanfx

13-06-2006 18:28:19

[edit]: got it

wilson

11-09-2006 09:32:53

I just tried to compile NxOgre and had some problems, which I could solve for myself. Just as reference for others that try Eihort with NxOgre as well.

Software used:

NxOgre 0.5 Preview 3
OgreSDK Eihort 1.3 CVS (few days old)
DirectX 9 SDK August 2006
PhysX SDK 2.4.4

I encountered two problems:

1. [solved] Since Ogre decided to use OIS for input, OgreEventListener.h is not included anymore. It is requested by nxOgre_includes.h. By commenting it out, the problem appears to be solved.

2. [solved] Build error in file nxOgre_scene.cpp:

Line 53: sceneDescription.collisionDetection = true;

Solution: Delete or comment the line out, as suggested here:
http://www.ogre3d.org/phpBB2addons/view ... ndetection

@betajaen: Thanks for all the work you put into NxOgre. I'm just starting, but so far, everything looks quite nice and your book is for sure a funny read :D

betajaen

11-09-2006 09:52:18

Thanks!

Apart from the tutorials, the CVS version of NxOgre and 0.4 should be compatible with Eihort, and the only reason why you got a Scene Description error is because your using Preview 3 with 2.4.4

wilson

11-09-2006 11:40:25

Thanks!

Apart from the tutorials, the CVS version of NxOgre and 0.4 should be compatible with Eihort, and the only reason why you got a Scene Description error is because your using Preview 3 with 2.4.4


Alright thanks, I might give the CVS version a try, when I am more familiar with NxOgre.