Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2007, 5:03:27 PM (19 years ago)
Author:
patrick
Message:

extended model again, added mounting point generation procedures now working on a nicer interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.h

    r10147 r10184  
    1212
    1313  public:
    14     MountPoint ();
     14    MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name);
    1515    MountPoint(const TiXmlElement* root);
    1616    virtual ~MountPoint ();
     
    3232  private:
    3333    WorldEntity*         _mount;       //!< the entity mounted at this mount point
     34    std::string          _name;        //!< the name of the mount point
    3435
    3536};
Note: See TracChangeset for help on using the changeset viewer.