Changeset 4661 in orxonox.OLD for orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
- Timestamp:
- Jun 20, 2005, 6:47:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/collision_detection/collision_detection.cc
r4647 r4661 45 45 model->tick(0.1f); 46 46 47 // int const length = 6;48 // sVec3D* vertList = new sVec3D[length];49 // sVec3D data[length] = {{5.0, 0.0, 0.0},{2.0, 0.0, 5.0},{14.0, 0.0, 0.0}, {5.0, 0.0, 1.0}, {12.0, 0.0, 8.0}, {3.0, 5.0, 4.9}};50 //51 // for(int i = 0; i < length; ++i)52 // {53 // vertList[i][0] = data[i][0];54 // vertList[i][1] = data[i][1];55 // vertList[i][2] = data[i][2];56 // }57 47 58 48 CDEngine::getInstance()->debugSpawnTree(9, model->data->pVertices, model->data->numVertices);
Note: See TracChangeset
for help on using the changeset viewer.