Move InteractiveScene ownership from MeshViewer to PrinterConfig model

This commit is contained in:
John Lewin 2017-08-14 08:57:24 -07:00
parent 6e1ba18984
commit 3446bc00e9
8 changed files with 38 additions and 34 deletions

View file

@ -57,6 +57,7 @@ namespace MatterHackers.MatterControl
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;
using MatterHackers.MatterControl.Library;
using MatterHackers.MatterControl.PartPreviewWindow;
using MatterHackers.MeshVisualizer;
using MatterHackers.SerialPortCommunication;
using MatterHackers.VectorMath;
using PrintHistory;
@ -122,6 +123,8 @@ namespace MatterHackers.MatterControl
private int activeLayerIndex;
public InteractiveScene Scene { get; } = new InteractiveScene();
public GCodeRenderInfo RenderInfo { get; set; }
internal void Render3DLayerFeatures()