- Timestamp:
- Apr 7, 2005, 7:39:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/test_gun.cc
r3750 r3751 42 42 : Weapon (parent, coordinate, direction) 43 43 { 44 this->model = (Model*)ResourceManager::getInstance()->load("models/weapon_packet.obj", OBJ, RP_CAMPAIGN);44 //this->model = (Model*)ResourceManager::getInstance()->load("models/weapon_packet.obj", OBJ, RP_CAMPAIGN); 45 45 this->idleTime = 0.2f; 46 46 } … … 160 160 glMultMatrixf((float*)matrix); 161 161 162 this->model->draw(2);162 //this->model->draw(2); 163 163 glPopMatrix(); 164 164 }
Note: See TracChangeset
for help on using the changeset viewer.