ply-loader

PLY file loader.

Latest on Hackage:0.5.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Anthony Cowley
Maintained by [email protected]

PLY is a lightweight file format for representing 3D geometry. The library includes support for placing mesh data into a consistent coordinate frame using Stanford's .conf file format. See The Stanford 3D Scanning Repository http://graphics.stanford.edu/data/3Dscanrep/ for more information. This package provides a library for loading PLY data, and an executable, ply2bin, for dumping all vertex data referenced by a .conf file to a flat binary file comprising an array of single precision float triples. Usage: ply2bin confFile outputFile.