Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5465 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Nov 2, 2005, 9:01:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: vegetation rendering in the terrain (trees are now rendered correctly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r5435 r5465  
    6666  // Model Loading
    6767  LoadParam<WorldEntity>(root, "model", this, &WorldEntity::loadModel)
    68     .describe("the fileName of the model, that should be loaded onto this world-entity. (must be relative to the data-dir)") ;
     68      .describe("the fileName of the model, that should be loaded onto this world-entity. (must be relative to the data-dir)") ;
     69
     70  // HACK
     71  LoadParam<WorldEntity>(root, "scaled-model", this, &WorldEntity::loadModelWithScale)
     72      .describe("the fileName of the model, that should be loaded onto this world-entity. (must be relative to the data-dir)") ;
    6973}
    7074
Note: See TracChangeset for help on using the changeset viewer.