Changeset 11770 for code/branches/Presentation_HS17_merge
- Timestamp:
- Feb 18, 2018, 5:33:19 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge/src
- Files:
-
- 4 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; -
code/branches/Presentation_HS17_merge/src/orxonox/graphics/Model.cc
r11766 r11770 1 2 1 /* 3 2 * ORXONOX - the hottest 3D action shooter ever to exist … … 41 40 #include "graphics/MeshLodInformation.h" 42 41 #include "Level.h" 43 44 42 45 43 namespace orxonox -
code/branches/Presentation_HS17_merge/src/orxonox/graphics/Model.h
r11766 r11770 88 88 void setSubMaterial(const std::string& name, const int index); 89 89 90 91 90 protected: 92 91 /**
Note: See TracChangeset
for help on using the changeset viewer.