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
|
|
@ -30,12 +30,16 @@ either expressed or implied, of the FreeBSD Project.
|
|||
using System.Collections.Generic;
|
||||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.MatterControl.PartPreviewWindow;
|
||||
using MatterHackers.VectorMath;
|
||||
|
||||
namespace MatterHackers.MatterControl.DesignTools
|
||||
{
|
||||
public interface IEditorDraw
|
||||
{
|
||||
void DrawEditor(Object3DControlsLayer object3DControlLayer, DrawEventArgs e);
|
||||
|
||||
/// <returns>The worldspace AABB of any 3D editing geometry drawn by DrawEditor.</returns>
|
||||
AxisAlignedBoundingBox GetEditorWorldspaceAABB(Object3DControlsLayer layer);
|
||||
}
|
||||
|
||||
public interface ICustomEditorDraw : IEditorDraw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue