From: Daniele V. <dan...@gm...> - 2010-01-09 23:12:03
|
Hello, collision detection doesn't work with PyODE checked out from CVS HEAD and ODE 0.11. The collision callback is never called. This can be tested with tutorial3.py or with the script in http://monsterden.net/software/ragdoll-pyode-tutorial: the objects don't meet the plane and keep falling forever. The same scripts using PyODE 1.2 and ODE 0.8 work correctly. ODE and PyODE are new for me, so I wouldn't know where to start from to create a patch, sorry. I took a quick diff of the files space.pyx and ode.pyx between versions 1.2 and HEAD but I spotted nothing obviously wrong. -- Daniele |