Put in new move in z control

Improved position of numbers
This commit is contained in:
Lars Brubaker 2017-07-10 15:04:33 -07:00
parent decf4a9b17
commit 661042d88b
8 changed files with 335 additions and 311 deletions

View file

@ -482,7 +482,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
MeshViewerWidget.SetMaterialColor(1, ActiveTheme.Instance.PrimaryAccentColor);
}, ref unregisterEvents);
meshViewerWidget.interactionVolumes.Add(new UpArrow3D(this));
meshViewerWidget.interactionVolumes.Add(new MoveInZControl(this));
meshViewerWidget.interactionVolumes.Add(new SelectionShadow(this));
meshViewerWidget.interactionVolumes.Add(new SnappingIndicators(this));