Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2017, 2:51:31 PM (7 years ago)
Author:
varxth
Message:

added setSubMaterial(…) to Model.cc and Mesh.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/libraries/tools/Mesh.h

    r11080 r11534  
    5050            void setMaterial(const std::string& name);
    5151            const std::string& getMaterial() const;
    52 
     52            void setSubMaterial(const std::string& name, const int index);
    5353            void setVisible(bool bVisible);
    5454            bool isVisible() const;
Note: See TracChangeset for help on using the changeset viewer.