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
|
|
@ -71,5 +71,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
Object3DControlsLayer.RenderBounds(e, world, bvhIterator);
|
||||
}
|
||||
|
||||
AxisAlignedBoundingBox IDrawable.GetWorldspaceAABB()
|
||||
{
|
||||
// No 3D drawing.
|
||||
return AxisAlignedBoundingBox.Empty();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue