Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2006, 12:05:13 PM (17 years ago)
Author:
bensch
Message:

orxonox/trunk: ported the static_model to std::vectort.
Took me 90 minutes, and i hope everything is still working as it did before :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/static_model.h

    r9869 r10141  
    3737  void rebuild() { data->rebuild(); };
    3838
    39   Material* addMaterial(Material* material) { return data->addMaterial(material); };
     39  Material* addMaterial(const Material& material) { return data->addMaterial(material); };
    4040  Material* addMaterial(const std::string& materialName) { return data->addMaterial(materialName); };
    4141
Note: See TracChangeset for help on using the changeset viewer.