Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3115 in orxonox.OLD for orxonox/branches/images/importer/object.h


Ignore:
Timestamp:
Dec 6, 2004, 1:03:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: ability to read-in from a folder of your desire

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/object.h

    r3075 r3115  
    8787  char* objFileName;
    8888  char* mtlFileName;
    89   ifstream* OBJ_FILE;
    90   ifstream* MTL_FILE;
    9189
    9290  bool initialize (void);
     
    10098  ///// readin ///
    10199  bool importFile (char* fileName);
    102   bool readFromObjFile (char* fileName);
     100  bool readFromObjFile (void);
    103101 
    104102  bool readGroup (char* groupString);
Note: See TracChangeset for help on using the changeset viewer.