Changeset 9167 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
 - Jul 4, 2006, 8:20:52 PM (19 years ago)
 - Location:
 - branches/presentation/src/world_entities/projectiles
 - Files:
 - 
          
- 2 moved
 
- 
          rail_projectile.cc (moved) (moved from branches/presentation/src/world_entities/projectiles/rail_projectiles.cc) (1 diff)
 - 
          rail_projectile.h (moved) (moved from branches/presentation/src/world_entities/projectiles/rail_projectiles.h)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/presentation/src/world_entities/projectiles/rail_projectile.cc
r9165 r9167 39 39 this->setClassID(CL_RAIL_PROJECTILE, "RailProjectile"); 40 40 41 this->loadModel("models/projectiles/ rail_projectile.obj");41 this->loadModel("models/projectiles/test_projectile.obj", 100); 42 42 43 43 this->setMinEnergy(10); 44 44 this->setHealthMax(10); 45 this->lifeSpan = 5.0;45 this->lifeSpan = .5f; 46 46 47 47 this->emitter = new DotEmitter(100, 5, M_2_PI);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






