Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5499 in orxonox.OLD for trunk/src/world_entities/npc2.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/npc2.cc

    r5427 r5499  
    3333  this->setClassID(CL_NPC, "NPC");
    3434
    35   this->loadModelWithScale("models/ships/bolido.obj", 3);
     35  this->loadModel("models/ships/bolido.obj", 3);
    3636  this->shader = NULL;
    3737  if (likely(Shader::checkShaderAbility()))
Note: See TracChangeset for help on using the changeset viewer.