JuliaGeometry / OldMeshes.jl

A collection of tools for working with Meshes
Other
20 stars 12 forks source link

Fixing .ply inconsistency in io, and added a cone function for csg #31

Closed abahm closed 9 years ago

abahm commented 9 years ago

I adjusted the autodetect to handle .ply files differently if they were ascii or binary, following the lead of .STL files. I renamed the exports more specifically, and refactored slightly for clarity. I added a test for this case, which passes, and updated the README. Finally, I added a cone geometry.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.6%) when pulling 07424ef1f5d3345806a367c078e371c83b190002 on abahm:master into 38fa5fd48d083fc832c9c121fd70e419d9115330 on twadleigh:master.

sjkelly commented 9 years ago

This is great! Thanks.