Skip to content

Commit

Permalink
run triangulation
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 24, 2017
1 parent d1b6d84 commit b782d46
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 @@ -214,7 +214,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 b782d46

Please sign in to comment.