Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3750 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Apr 7, 2005, 7:37:25 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: made some sattelite object just for fun and to show on the convention tomarrow

File:
1 edited

Legend:

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

    r3686 r3750  
    4646  */
    4747  this->model = (Model*)ResourceManager::getInstance()->load("models/reaplow.obj", OBJ, RP_CAMPAIGN);
     48  //this->model = (Model*)ResourceManager::getInstance()->load("models/weapon_packet.obj", OBJ, RP_CAMPAIGN);
    4849  travelSpeed = 15.0;
    4950  velocity = new Vector();
     
    147148  this->model->draw();
    148149  glPopMatrix();
     150
     151  this->activeWeapon->draw();
    149152}
    150153
Note: See TracChangeset for help on using the changeset viewer.