mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Draw lighter gridlines when rendering default procedural texture on print bed when seen from above and custom model is present
This commit is contained in:
parent
9625fe8f5b
commit
bc680b8376
2 changed files with 27 additions and 15 deletions
|
@ -122,7 +122,7 @@ private:
|
|||
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 render_default(bool bottom) const;
|
||||
void reset();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue