stl
Load triangle data from binary stereolithography (STL) files.
$ area51 add stlCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(stl:some-function ...)Load triangle data from binary stereolithography (STL) files.
$ area51 add stlCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(stl:some-function ...)