mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 18:55:53 +08:00
Added wxBusyCursor on AABB tree calculation for SLA gizmo
This commit is contained in:
parent
0a1bff3fc9
commit
e4dca04a4b
@ -1932,6 +1932,7 @@ bool GLGizmoSlaSupports::is_mesh_update_necessary() const
|
|||||||
|
|
||||||
void GLGizmoSlaSupports::update_mesh()
|
void GLGizmoSlaSupports::update_mesh()
|
||||||
{
|
{
|
||||||
|
wxBusyCursor wait;
|
||||||
Eigen::MatrixXf& V = m_V;
|
Eigen::MatrixXf& V = m_V;
|
||||||
Eigen::MatrixXi& F = m_F;
|
Eigen::MatrixXi& F = m_F;
|
||||||
// Composite mesh of all instances in the world coordinate system.
|
// Composite mesh of all instances in the world coordinate system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user