Changeset 3676 in orxonox.OLD for orxonox/trunk/src/world_entities/projectile.cc
- Timestamp:
- Mar 30, 2005, 5:42:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.cc
r3675 r3676 33 33 Projectile::Projectile () : WorldEntity() 34 34 { 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); 37 36 this->flightDirection = NULL; 38 37 this->currentLifeTime = 0.0f; … … 138 137 glMultMatrixf((float*)matrix); 139 138 this->model->draw(); 140 //this->projectileModel->draw();141 139 142 140 glPopMatrix();
Note: See TracChangeset
for help on using the changeset viewer.