Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3395 in orxonox.OLD for orxonox/trunk/src/importer


Ignore:
Timestamp:
Feb 6, 2005, 1:12:06 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: adapted PRINTF/PRINT/COUT, now they should behave properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/importer/model.h

    r3365 r3395  
    1212#include "material.h"
    1313#include "vector.h"
    14 #include <fstream>
    1514
    1615using namespace std;
     
    8887  float scaleFactor;    //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation
    8988
    90   char* objPath;        //!< The Path wher the obj and mtl-file are located.
     89  char* objPath;        //!< The Path where the obj and mtl-file are located.
    9190  char* objFileName;    //!< The Name of the obj-file.
    9291  char* mtlFileName;    //!< The Name of the mtl-file (parsed out of the obj-file)
Note: See TracChangeset for help on using the changeset viewer.