Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3751 in orxonox.OLD


Ignore:
Timestamp:
Apr 7, 2005, 7:39:29 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: some little changes, because a model is mission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/test_gun.cc

    r3750 r3751  
    4242  :  Weapon (parent, coordinate, direction)
    4343{
    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);
    4545  this->idleTime = 0.2f;
    4646}
     
    160160  glMultMatrixf((float*)matrix);
    161161 
    162   this->model->draw(2);
     162  //this->model->draw(2);
    163163  glPopMatrix();
    164164}
Note: See TracChangeset for help on using the changeset viewer.