Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3396 in orxonox.OLD for orxonox/trunk/src/importer/framework.h


Ignore:
Timestamp:
Feb 6, 2005, 3:58:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: splitted obj-loader out of the model-class: this will enable different kinds of Filetypes to be included with the importer.
Althought there is a name-field error, the Model gets loaded and unloaded as good as previously

File:
1 edited

Legend:

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

    r3365 r3396  
    33 
    44#include "windowHandler.h" // Include the Whandler Basecode
    5 #include "model.h"
     5#include "objModel.h"
    66#include "vector.h"
    77
     
    3333
    3434WindowHandler wHandler;  // Create an instance of the whandler basecode class
    35 Model* obj;
     35OBJModel* obj;
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.