Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.