Changeset 10216 in orxonox.OLD for branches/mount_points/src/world_entities
- Timestamp:
- Jan 10, 2007, 3:18:41 PM (18 years ago)
- Location:
- branches/mount_points/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/mount_point.cc
r10203 r10216 35 35 MountPoint::MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name) 36 36 { 37 PRINTF(0)("Created mount point %s\n", name.c_str()); 37 38 38 39 this->_name = name; -
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.