Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 11:14:32 AM (17 years ago)
Author:
patrick
Message:

tracing a bug within the mp structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/lib/graphics/importer/model.h

    r10185 r10201  
    100100    /** @returns a list of mounting points */
    101101    inline const mpList& getMountPoints() const { return this->mountPoints; }
    102     /** adds a mounting point to the model @param up up vector @param forward forward vector @param center center vector */
    103     inline void addMountPoint(const Vector& up, const Vector& forward, const Vector& center, const std::string& name)
    104     { mountPointSkeleton mps; mps.up = up; mps.forward = forward; mps.center = center; mps.name = name; this->mountPoints.push_back(mps); }
     102    void addMountPoint(const Vector& up, const Vector& forward, const Vector& center, const std::string& name);
    105103
    106104
Note: See TracChangeset for help on using the changeset viewer.