Changeset 4322 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- May 27, 2005, 1:27:02 AM (20 years ago)
- Location:
- orxonox/trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.cc
r3755 r4322 33 33 Projectile::Projectile (Weapon* weapon) : WorldEntity() 34 34 { 35 this->setClassID(CL_PROJECTILE, "Projectile"); 35 36 this->weapon = weapon; 36 37 this->flightDirection = NULL; -
orxonox/trunk/src/world_entities/test_bullet.cc
r3757 r4322 33 33 TestBullet::TestBullet (Weapon* weapon) : Projectile(weapon) 34 34 { 35 this->setClassID(CL_TEST_BULLET, "TestBullet"); 35 36 this->model = (Model*)ResourceManager::getInstance()->load("models/test_projectile.obj", OBJ, RP_LEVEL); 36 37 }
Note: See TracChangeset
for help on using the changeset viewer.