Changeset 4627 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection
- Timestamp:
- Jun 14, 2005, 1:39:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4626 r4627 35 35 model = new MD2Model("models/tris.md2", "models/tris.pcx"); 36 36 model->tick(0.1f); 37 CDEngine::getInstance()->debugSpawnTree(1 0, model->data->pVertices, model->data->numVertices);37 CDEngine::getInstance()->debugSpawnTree(1, model->data->pVertices, model->data->numVertices); 38 38 39 39
Note: See TracChangeset
for help on using the changeset viewer.