Changeset 11770 for code/branches/Presentation_HS17_merge/src/libraries
- Timestamp:
- Feb 18, 2018, 5:33:19 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge/src/libraries/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/libraries/tools/Mesh.cc
r11766 r11770 79 79 } 80 80 81 82 83 81 void Mesh::setCastShadows(bool bCastShadows) 84 82 { -
code/branches/Presentation_HS17_merge/src/libraries/tools/Mesh.h
r11766 r11770 50 50 void setMaterial(const std::string& name); 51 51 const std::string& getMaterial() const; 52 52 53 void setSubMaterial(const std::string& name, const int index); 54 53 55 void setVisible(bool bVisible); 54 56 bool isVisible() const;
Note: See TracChangeset
for help on using the changeset viewer.