Changeset 7554 in orxonox.OLD for branches/cd/src/subprojects
- Timestamp:
- May 6, 2006, 1:27:07 PM (19 years ago)
- Location:
- branches/cd/src/subprojects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cd/src/subprojects/collision_detection/collision_detection.cc
r7533 r7554 77 77 // mod = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN); 78 78 // CDEngine::getInstance()->debugSpawnTree(9, (sVec3D*)mod->getVertexArray(), mod->getVertexArrayCount()); 79 80 81 79 82 80 entityList = new tList<WorldEntity>(); … … 269 267 while( entity != NULL) 270 268 { 271 //if( likely(drawModel))269 if( likely(drawModel)) 272 270 entity->draw(); 273 271 entity->drawBVTree(depth, drawMode); -
branches/cd/src/subprojects/framework.cc
r7545 r7554 35 35 36 36 std::string dataPath = //Preferences::getInstance()->getString(CONFIG_SECTION_DATA, CONFIG_NAME_DATADIR, ""); 37 "/home/boenzlip/orxonox/data ";37 "/home/boenzlip/orxonox/data/trunk/"; 38 38 printf("%s\n", dataPath.c_str()); 39 39 if (!dataPath.empty())
Note: See TracChangeset
for help on using the changeset viewer.