Fix offsets for SLA Text dragging with visible supports.

This commit is contained in:
Filip Sykala - NTB T15p 2023-03-28 17:10:56 +02:00
parent 56d15253d4
commit 392dbba96f
2 changed files with 27 additions and 48 deletions

View file

@ -39,6 +39,9 @@ struct SurfaceDrag
// Flag whether coordinate hit some volume
bool exist_hit = true;
// hold screen coor offset of cursor from object center without SLA shift
Vec2d mouse_offset_without_sla_shift;
};
/// <summary>