more work on interaction volumes
This commit is contained in:
parent
08a051c6d2
commit
abc6305702
1 changed files with 10 additions and 0 deletions
|
|
@ -73,6 +73,16 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
}
|
||||
|
||||
public override void OnMouseDown(MouseEvent3DArgs mouseEvent3D)
|
||||
{
|
||||
base.OnMouseDown(mouseEvent3D);
|
||||
}
|
||||
|
||||
public override void OnMouseMove(MouseEvent3DArgs mouseEvent3D)
|
||||
{
|
||||
base.OnMouseMove(mouseEvent3D);
|
||||
}
|
||||
|
||||
public void SetPosition()
|
||||
{
|
||||
Matrix4X4 transform = MeshViewerToDrawWith.SelectedMeshGroupTransform.TotalTransform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue