cl-ply

LLGPL

Cl-ply is a library to handle PLY format which is also known as the Stanford Triangle Format.

$ area51 add cl-plyCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-ply:some-function ...)