Convert View3DWidget event handler into IDrawable interface
This commit is contained in:
parent
a33a7e8924
commit
54b43faa2a
2 changed files with 49 additions and 47 deletions
|
|
@ -96,6 +96,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
}
|
||||
|
||||
public void RegisterDrawable(IDrawable drawable)
|
||||
{
|
||||
this.drawables.Add(drawable);
|
||||
}
|
||||
|
||||
internal void SetRenderTarget(GuiWidget renderSource)
|
||||
{
|
||||
this.renderSource = renderSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue