Refactoring PathStorage -> VertexStorage

This commit is contained in:
Lars Brubaker 2017-10-10 15:42:33 -07:00
parent 8f246a910f
commit da5a9279df
11 changed files with 15 additions and 15 deletions

View file

@ -129,7 +129,7 @@ namespace MatterHackers.GCodeVisualizer
}
else
{
PathStorage pathStorage = new PathStorage();
VertexStorage pathStorage = new VertexStorage();
VertexSourceApplyTransform transformedPathStorage = new VertexSourceApplyTransform(pathStorage, renderInfo.Transform);
Stroke stroke = new Stroke(transformedPathStorage, extrusionLineWidths / 2);