fixed snapping indicators
fixing warnings fixing scaling issues
This commit is contained in:
parent
a35347df4a
commit
b1c79e88c6
8 changed files with 64 additions and 68 deletions
|
|
@ -131,7 +131,12 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
public List<IObject3DControl> GetObject3DControls(Object3DControlsLayer object3DControlsLayer)
|
||||
{
|
||||
return new List<IObject3DControl> { new MoveInZControl(object3DControlsLayer) };
|
||||
return new List<IObject3DControl>
|
||||
{
|
||||
new MoveInZControl(object3DControlsLayer),
|
||||
new SelectionShadow(object3DControlsLayer),
|
||||
new SnappingIndicators(object3DControlsLayer),
|
||||
};
|
||||
}
|
||||
|
||||
private ImageBuffer LoadImage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue