mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 06:42:07 +00:00
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:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user