Working to make zoom to selection zoom better
This commit is contained in:
parent
8c00f58d9d
commit
045b146588
4 changed files with 112 additions and 16 deletions
|
|
@ -387,7 +387,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
var look = Matrix4X4.LookAt(Vector3.Zero, normalAndUp.normal, normalAndUp.up);
|
||||
|
||||
trackballTumbleWidgetExtended.AnimateTo(look);
|
||||
trackballTumbleWidgetExtended.AnimateRotation(look);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue