Title: Changed collision API so that the user now needs to call space.collide with [...]
Changed collision API so that the user now needs to call space.collide with
their own callback, which is responsible for maintaining contact joints.
Updated buggy tutorial to match.
Also fixed some longstanding bugs in the terrain collider. Terrains can now
be rotated and scaled to a certain extent before the simulation starts. There
seem to be some lingering bugs, though.
|
Module |
File name |
Revision |
|
soya |
ode/geomobject.pyx |
1.8 |
>>> |
1.9 |
|
soya |
ode/land.pyx |
1.8 |
>>> |
1.9 |
|
soya |
ode/space.pyx |
1.5 |
>>> |
1.6 |
|
soya |
ode/util.pyx |
1.1 |
>>> |
1.2 |
|
soya |
ode/world.pyx |
1.5 |
>>> |
1.6 |
|
soya |
tutorial/buggy.py |
1.8 |
>>> |
1.9 |