Improving twist object

fixed draw normals and added it
This commit is contained in:
LarsBrubaker 2019-05-10 08:30:36 -07:00 committed by Lars Brubaker
parent a9577e9a35
commit ca24a67706
5 changed files with 77 additions and 26 deletions

View file

@ -822,7 +822,7 @@ namespace MatterHackers.MatterControl
var curve = new TwistObject3D();
curve.WrapSelectedItemAndSelect(sceneContext.Scene);
},
Icon = AggContext.StaticData.LoadIcon("curve.png", 16, 16, theme.InvertIcons),
Icon = AggContext.StaticData.LoadIcon("twist.png", 16, 16, theme.InvertIcons),
IsEnabled = (scene) => scene.SelectedItem != null,
},
new SceneSelectionOperation()