From: brett h. <bha...@ya...> - 2004-10-02 20:34:50
|
Hello Bernie, Matthias, and Timothy, I tried last nights CVS, i got a number of errors building it, but it still works (without trimesh support). I have ported tutorial2.py and tutorial3.py to use PyOSG as the renderer, i thought that someone may want to include them in CVS because i think it might be another good example. Also attached is the file named tutorial3_osg_segfault.py. This file will crash when you run it because it seems that if more than 34 bodies collide at once (at least on the first frame if they are all intersecting), then pyODE will crash by segmentation fault. I'm not sure if this is a bug or just something that should always be avoided. To run the new tutorials you will need to install OSG (http://openscenegraph.sourceforge.net/) and PyOSG (http://sourceforge.net/projects/pyosg) If you are running debian you can easily install them by these commands: echo "deb http://opart.org/debian/ ./" >> /etc/apt/sources.list apt-get update apt-get install libopenscenegraph apt-get install pyosg Hope everyone is doing well, -brett _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |