Skip to content
Snippets Groups Projects
Commit f06ccc34 authored by Eric Wait's avatar Eric Wait
Browse files

Fixed bug in plane creation function

parent 9227c83e
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ function [polygon] = MakePlaneBetween(pt1_xy,pt2_xy,polygonListIndex,strLabel,fr
[ inds, verts] = D3d.Polygon.CreatePlane(normVec, centerPoint, sideLength, sideLength);
polygon.faces = inds;
polygon(1).faces = inds;
polygon.verts = verts;
polygon.norms = repmat(normVec,size(verts,1),1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment