Changeset 5499 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Nov 7, 2005, 10:56:58 PM (19 years ago)
- Location:
- trunk/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/laser_power_up.cc
r5458 r5499 50 50 { 51 51 this->setClassID(CL_LASER_POWER_UP, "LaserPowerUp"); 52 this->loadModel WithScale("models/guns/test_gun.obj", 2.0);52 this->loadModel("models/guns/test_gun.obj", 2.0); 53 53 54 54 this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5); -
trunk/src/world_entities/power_ups/turret_power_up.cc
r5439 r5499 50 50 { 51 51 this->setClassID(CL_TURRET_POWER_UP, "TurretPowerUp"); 52 this->loadModel WithScale("models/guns/turret1.obj", 2.0);52 this->loadModel("models/guns/turret1.obj", 2.0); 53 53 54 54 this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5);
Note: See TracChangeset
for help on using the changeset viewer.