Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2005, 5:42:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: debug-information for ResourceManager

File:
1 edited

Legend:

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

    r3675 r3676  
    3333Projectile::Projectile () : WorldEntity()
    3434{
    35   this->model = (Model*)ResourceManager::getInstance()->load("cube", PRIM, RP_LEVEL);
    36   //  this->projectileModel = new Primitive(P_SPHERE);
     35  this->model = (Model*)ResourceManager::getInstance()->load("sphere", PRIM, RP_LEVEL);
    3736  this->flightDirection = NULL;
    3837  this->currentLifeTime = 0.0f;
     
    138137  glMultMatrixf((float*)matrix); 
    139138  this->model->draw();
    140   //this->projectileModel->draw();
    141139
    142140  glPopMatrix();
Note: See TracChangeset for help on using the changeset viewer.