- Timestamp:
- May 4, 2006, 4:04:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/subprojects/collision_detection/collision_test_entity.cc
r7533 r7535 34 34 { 35 35 this->init(); 36 this->loadModel(modelName); 37 // this->loadModel("models/ships/figther.obj"); 36 this->loadModel(modelName, 1.0f, 0, 2); 38 37 39 this->buildObbTree(10); 38 /* this->buildObbTree(0);*/ 40 39 } 41 40
Note: See TracChangeset
for help on using the changeset viewer.