No matching definitions.

export/stl

src/export/stl.tur

binary STL export for meshes produced by marching-cubes.

Since: Phase 1

defn

export-stl

(export-stl [mesh :int path :cstr] :int)

write a Mesh to a binary STL file.

meshMesh handle from mc-extract
pathdestination file path (created or overwritten)

0 on success, -1 on file open failure.

(export-stl my-mesh "output.stl")

Since: Phase 1