Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 3:18:41 PM (17 years ago)
Author:
patrick
Message:

nicer mounting point implementation, some more skeletton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/world_entity.cc

    r10203 r10216  
    278278  PRINTF(0)("loading the oif File: %s\n", fileName.c_str());
    279279
     280  // extract the mount points
     281  model->extractMountPoints();
     282
    280283  // first get all mount points from the model
    281284  const std::list<mountPointSkeleton> mpList = model->getMountPoints();
Note: See TracChangeset for help on using the changeset viewer.