New: implementation of fading slider in MixingView. Needed to implement

decoration Disk and to update picking visitor.
This commit is contained in:
brunoherbelin
2020-07-29 17:06:08 +02:00
parent 714f2bea3c
commit 837eb2d569
13 changed files with 284 additions and 128 deletions

2
Mesh.h
View File

@@ -26,7 +26,7 @@ public:
inline std::string meshPath() const { return mesh_resource_; }
inline std::string texturePath() const { return texture_resource_; }
//protected:
protected:
std::string mesh_resource_;
std::string texture_resource_;
uint textureindex_;