Skip to content

Commit

Permalink
run triangulation
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jun 11, 2020
1 parent ee49b6a commit 177b7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irteus/irtstl.l
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
(defun eus2stl (fname _faceset &key (scale 0.001))
(send _faceset :worldpos)
(with-open-file (f fname :direction :output)
(let ((faces (send _faceset :faces)))
(let ((faces (send (body-to-faces _faceset) :faces)))
(write-stl-header f (length faces))
(dolist (_face faces)
(write-stl-face f _face :scale scale))))
Expand Down

0 comments on commit 177b7e4

Please sign in to comment.