Render custom bed model on custom beds

This commit is contained in:
Enrico Turri 2019-07-25 09:45:43 +02:00
parent 48dc2bb762
commit 9625fe8f5b
2 changed files with 29 additions and 19 deletions

View file

@ -120,6 +120,7 @@ private:
EType detect_type(const Pointfs& shape) const;
void render_prusa(GLCanvas3D& canvas, const std::string& key, bool bottom) const;
void render_texture(const std::string& filename, bool bottom, GLCanvas3D& canvas) const;
void render_model(const std::string& filename) const;
void render_custom(GLCanvas3D& canvas, bool bottom) const;
void render_default() const;
void reset();