Refactoring to use ITraceable preferentially to IPrimitive
This commit is contained in:
parent
52df1380a7
commit
6e682494de
16 changed files with 145 additions and 128 deletions
|
|
@ -28,6 +28,7 @@ either expressed or implied, of the FreeBSD Project.
|
|||
*/
|
||||
|
||||
using MatterHackers.DataConverters3D;
|
||||
using MatterHackers.RayTracer;
|
||||
|
||||
namespace MatterHackers.MeshVisualizer
|
||||
{
|
||||
|
|
@ -56,5 +57,7 @@ namespace MatterHackers.MeshVisualizer
|
|||
bool DrawOnTop { get; }
|
||||
|
||||
void Draw(DrawGlContentEventArgs e);
|
||||
|
||||
ITraceable GetTraceable();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue