Add and use new ISceneContext interface
This commit is contained in:
parent
3f02989e62
commit
83712d7e08
23 changed files with 174 additions and 47 deletions
|
|
@ -36,10 +36,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
{
|
||||
public class TraceDataDrawable : IDrawable
|
||||
{
|
||||
private BedConfig sceneContext;
|
||||
private ISceneContext sceneContext;
|
||||
private InteractiveScene scene;
|
||||
|
||||
public TraceDataDrawable(BedConfig sceneContext)
|
||||
public TraceDataDrawable(ISceneContext sceneContext)
|
||||
{
|
||||
this.sceneContext = sceneContext;
|
||||
this.scene = sceneContext.Scene;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue