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/static_model.cc

    r9406 r9684  
    129129
    130130
     131
     132
    131133/////////////
    132134/// MODEL ///
    133135/////////////
     136NewObjectListDefinition(StaticModel);
     137
    134138/**
    135139 * @brief Creates a 3D-Model.
     
    139143StaticModel::StaticModel(const std::string& modelName)
    140144{
    141   this->setClassID(CL_STATIC_MODEL, "StaticModel");
     145  this->registerObject(this, StaticModel::_objectList);
    142146  PRINTF(4)("new 3D-Model is being created\n");
    143147  this->setName(modelName);
Note: See TracChangeset for help on using the changeset viewer.