Changeset 3395 in orxonox.OLD for orxonox/trunk/src/importer
- Timestamp:
 - Feb 6, 2005, 1:12:06 PM (21 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          orxonox/trunk/src/importer/model.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
orxonox/trunk/src/importer/model.h
r3365 r3395 12 12 #include "material.h" 13 13 #include "vector.h" 14 #include <fstream>15 14 16 15 using namespace std; … … 88 87 float scaleFactor; //!< The Factor with which the Model should be scaled. \todo maybe one wants to scale the Model after Initialisation 89 88 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. 91 90 char* objFileName; //!< The Name of the obj-file. 92 91 char* mtlFileName; //!< The Name of the mtl-file (parsed out of the obj-file)  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






