Improvements for Sliced Plates Toolbar (#9313)

* initial

* fix scaling related issues

* Update GLCanvas3D.cpp

* update

* Update GLCanvas3D.cpp

* Update GLCanvas3D.cpp

* Update GLCanvas3D.cpp

* Update GLCanvas3D.cpp

* Update GLCanvas3D.cpp

* update

* Update GLCanvas3D.cpp

* Update GLCanvas3D.cpp

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
yw4z
2025-04-13 09:57:08 +03:00
committed by GitHub
parent 4b33c31106
commit cc81be0992
13 changed files with 106 additions and 65 deletions

View File

@@ -27,8 +27,10 @@ public:
bool selected{ false };
float percent;
GLTexture image_texture;
GLTexture image_texture_transparent;
GLTexture image_stats;
GLTexture image_slicing;
GLTexture image_idle;
GLTexture image_failed;
SliceState slice_state;
ImTextureID texture_id { 0 };