Changeset 10771 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/test_bullet.cc
- Timestamp:
- Jun 27, 2007, 7:01:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/test_bullet.cc
r10737 r10771 35 35 this->registerObject(this, TestBullet::_objectList); 36 36 37 this->loadModel("models/projectiles/orx-rocket.obj", . 3);37 this->loadModel("models/projectiles/orx-rocket.obj", .6); // FIXME model no longer avaiable 38 38 39 39 this->setMinEnergy(1); … … 170 170 this->getAbsDir().matrix (matrix); 171 171 glMultMatrixf((float*)matrix); 172 glScalef(2.0, 2.0, 2.0); 172 // glScalef(2.0, 2.0, 2.0); // no double rescale, changed size in modelloader 173 173 this->getModel()->draw(); 174 174
Note: See TracChangeset
for help on using the changeset viewer.