Working toward shared ViewControls3D and functional slicing
- More missing functionality restored in action bars/slicing views
This commit is contained in:
parent
44e9cbc09c
commit
08d2a6ab1a
13 changed files with 438 additions and 500 deletions
|
|
@ -117,8 +117,9 @@ namespace MatterHackers.PolygonMesh.UnitTests
|
|||
new Vector2(100, 100),
|
||||
MeshVisualizer.BedShape.Rectangular,
|
||||
View3DWidget.WindowMode.Embeded,
|
||||
View3DWidget.AutoRotate.Disabled,
|
||||
View3DWidget.OpenMode.Editing);
|
||||
View3DWidget.AutoRotate.Disabled,
|
||||
new ViewControls3D(),
|
||||
View3DWidget.OpenMode.Editing);
|
||||
|
||||
var scene = view3DWidget.Scene;
|
||||
scene.Children.Add(new Object3D
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue