Update 2006-03-12

rastaman

12-03-2006 23:13:22

Ogre StaticGeometry's sub classes are now custom wrapped. DemoGrass is working on 2 boxes I've tryed Linux and windows 2000. But on my XP box there's a problem that I haven't tracked down. It seems to get and exception as soon as it starts rendering. Please try it and let me know what you find.

I also converted the Ogre CelShading demo to ODN.


Gangsta: http://sourceforge.net/projects/gangsta/

fixed GangstaNet, it should work with out patching, and the problem with the smart pointer is corrected. to use GangstaNet follow the instructions in the Gangsta lib for building it. They are a bit old so if you are using the Ogre SDK you will need to alter the projects in Gangsta_Ogre to look for headers and lib files in the OgreSDK install directory using "Ogre_Home" environment variable instead of the instructions "OgreHome". also the directory structure is different as it expects a Ogre source install, just change them from OgreHome/OgreMain.. to Ogre_Home/include and Ogre_Home/lib. also in the Post Build commands it is looking for a Ogre source install, I suggest making it copy to GangstaWrapper/Common/Bin. then copy the OgreSDK dlls, Plugin.cfg, and resources.cfg there manually and add in resource.cfg the Gangsta Media directory.

Linux users should get the patch for linux build I submitted to the Gangsta project. there were a few problems building in linux.