Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 22, 2006, 1:34:31 AM (18 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: slowly but surely reimplementing to the new groove… way to go

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/graphics/importer/objModel.cc

    r8369 r9684  
    2727#include "compiler.h"
    2828
     29NewObjectListDefinition(OBJModel);
    2930/**
    3031 * @brief Crates a 3D-Model, loads in a File and scales it.
     
    3536  : StaticModel(fileName)
    3637{
    37   this->setClassID(CL_OBJ_MODEL, "OBJModel");
     38  this->registerObject(this, OBJModel::_objectList);
    3839
    3940  this->objPath = "./";
Note: See TracChangeset for help on using the changeset viewer.