Fix offsets for SLA Text dragging with visible supports.
This commit is contained in:
parent
56d15253d4
commit
392dbba96f
2 changed files with 27 additions and 48 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue