1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Transparent tool marker in preview

This commit is contained in:
enricoturri1966
2020-10-09 12:21:00 +02:00
parent f16ef0643c
commit 203fc091a0
+1 -1
View File
@@ -342,7 +342,7 @@ public:
Vec3f m_world_position;
Transform3f m_world_transform;
float m_z_offset{ 0.5f };
std::array<float, 4> m_color{ 1.0f, 1.0f, 1.0f, 1.0f };
std::array<float, 4> m_color{ 1.0f, 1.0f, 1.0f, 0.5f };
bool m_visible{ false };
public: