simple mesh

This commit is contained in:
Lars Brubaker 2019-01-11 16:49:34 -08:00
parent d095171a01
commit e1ce3419f2
55 changed files with 713 additions and 698 deletions

View file

@ -102,7 +102,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
}
var next = lastChild.Clone();
offset = Vector3.Transform(offset, Matrix4X4.CreateRotationZ(rotateRadians));
offset = Vector3Ex.Transform(offset, Matrix4X4.CreateRotationZ(rotateRadians));
next.Matrix *= Matrix4X4.CreateTranslation(offset);
if (RotatePart)