Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 14, 2005, 9:58:58 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: First incarnation of a debugworld loaded from a XML-File in place, compilability in place, all necessary basic loading constuctors in place. Unfortunately the code still generates interferences with the old hardcoded debugworld resulting in SegFault crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/lib/graphics/importer/objModel.h

    r3499 r3542  
    1313{
    1414 public:
    15   OBJModel(char* fileName);
    16   OBJModel(char* fileName, float scaling);
     15  OBJModel(const char* fileName);
     16  OBJModel(const char* fileName, float scaling);
    1717  virtual ~OBJModel();
    1818  void initializeOBJ(void);
     
    2525
    2626  ///// readin /////
    27   bool importFile (char* fileName);
     27  bool importFile (const char* fileName);
    2828  bool readFromObjFile (void);
    29   bool readMtlLib (char* matFile);
     29  bool readMtlLib (const char* matFile);
    3030
    3131};
Note: See TracChangeset for help on using the changeset viewer.