Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3396 in orxonox.OLD for orxonox/trunk/src/environment.cc


Ignore:
Timestamp:
Feb 6, 2005, 3:58:40 PM (20 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/environment.cc

    r3380 r3396  
    2121#include "world_entity.h"
    2222#include "vector.h"
    23 #include "importer/model.h"
     23#include "importer/objModel.h"
    2424
    2525using namespace std;
     
    2929Environment::Environment () : WorldEntity()
    3030{
    31   this->model = new Model("../data/models/fighter.obj");
     31  this->model = new OBJModel("../data/models/fighter.obj");
    3232}
    3333
Note: See TracChangeset for help on using the changeset viewer.