simple mesh
This commit is contained in:
parent
d095171a01
commit
e1ce3419f2
55 changed files with 713 additions and 698 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue