From: Hart's A. <bha...@ya...> - 2006-04-10 16:30:43
|
python bails hard when i do j.setAxis( (0,0,1) ) with a SliderJoint? Using pyode 1.1 and python2.4 on win32. can anyone confirm the code below crashes? from ode import * w = World() j = SliderJoint(w) j.setAxis( (0,0,1) ) # should crash now __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |