Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5499 in orxonox.OLD for trunk/src/world_entities/npc.cc


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/npc.cc

    r5458 r5499  
    3434  this->setClassID(CL_NPC, "NPC");
    3535
    36   this->loadModelWithScale("models/ships/bolido.obj", 2);
     36  this->loadModel("models/ships/bolido.obj", 2);
    3737
    3838  this->randomRotAxis =  VECTOR_RAND(1);
Note: See TracChangeset for help on using the changeset viewer.