Changeset 10216 in orxonox.OLD for branches/mount_points/src/world_entities/world_entity.cc
- Timestamp:
- Jan 10, 2007, 3:18:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/world_entity.cc
r10203 r10216 278 278 PRINTF(0)("loading the oif File: %s\n", fileName.c_str()); 279 279 280 // extract the mount points 281 model->extractMountPoints(); 282 280 283 // first get all mount points from the model 281 284 const std::list<mountPointSkeleton> mpList = model->getMountPoints();
Note: See TracChangeset
for help on using the changeset viewer.