Changeset 3520 in orxonox.OLD for orxonox/branches/trackManager/src/world_entities
- Timestamp:
- Mar 12, 2005, 5:51:31 PM (20 years ago)
- Location:
- orxonox/branches/trackManager/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/world_entities/environment.cc
r3498 r3520 29 29 Environment::Environment () : WorldEntity() 30 30 { 31 this->model = new OBJModel("../data/models/ fighter.obj");31 this->model = new OBJModel("../data/models/reaplow.obj"); 32 32 } 33 33 -
orxonox/branches/trackManager/src/world_entities/player.cc
r3505 r3520 30 30 { 31 31 32 this->model = new OBJModel("../data/models/ reaplow.obj");32 this->model = new OBJModel("../data/models/fighter.obj", .3); 33 33 /* 34 34 objectList = glGenLists(1);
Note: See TracChangeset
for help on using the changeset viewer.