Orthographic projection mode with dynamic near/far.
This commit is contained in:
parent
0834aff9f4
commit
e7947a2fd2
70 changed files with 2548 additions and 244 deletions
|
|
@ -84,6 +84,16 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public AxisAlignedBoundingBox GetWorldspaceAABB(IObject3D item, bool isSelected, WorldView world)
|
||||
{
|
||||
if (isSelected)
|
||||
{
|
||||
return item.GetAxisAlignedBoundingBox();
|
||||
}
|
||||
|
||||
return AxisAlignedBoundingBox.Empty();
|
||||
}
|
||||
}
|
||||
|
||||
public class BvhItemView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue