Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5499 in orxonox.OLD for trunk/src/world_entities/power_ups


Ignore:
Timestamp:
Nov 7, 2005, 10:56:58 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Load_Param2 changed, to load Models with, or without scale.

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  
    5050{
    5151  this->setClassID(CL_LASER_POWER_UP, "LaserPowerUp");
    52   this->loadModelWithScale("models/guns/test_gun.obj", 2.0);
     52  this->loadModel("models/guns/test_gun.obj", 2.0);
    5353
    5454  this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5);
  • trunk/src/world_entities/power_ups/turret_power_up.cc

    r5439 r5499  
    5050{
    5151  this->setClassID(CL_TURRET_POWER_UP, "TurretPowerUp");
    52   this->loadModelWithScale("models/guns/turret1.obj", 2.0);
     52  this->loadModel("models/guns/turret1.obj", 2.0);
    5353
    5454  this->sphereModel = new PrimitiveModel(PRIM_SPHERE, 7, 5);
Note: See TracChangeset for help on using the changeset viewer.