First checkin of core ODE functionality. See OdePhysicsController.cpp for a todo list.

This commit is contained in:
Norman Lin
2002-10-18 14:36:34 +00:00
parent 40a078a36d
commit 1b15961786
11 changed files with 49 additions and 25 deletions

View File

@@ -559,9 +559,9 @@ enum {
static char *physics_pup(void)
{
/* the number needs to match defines in game.h */
return "Physics %t|Sumo %x0|"
"ODE %x4 |None %x7|";
/* the number needs to match defines in KX_PhysicsBlenderSceneConverter.cpp */
return "Physics %t|None %x1|Sumo %x2|"
"ODE %x3 |Dynamo %x4|";
}