Refactoring PathStorage -> VertexStorage
This commit is contained in:
parent
8f246a910f
commit
da5a9279df
11 changed files with 15 additions and 15 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue