The ply-loader package
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.
Properties
| Versions | 0.1.0.0, 0.1.0.1, 0.1.0.3, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.2, 0.3 |
|---|---|
| Dependencies | attoparsec (≥0.10), base (≥4.6 & <5), bytestring (≥0.10), cereal, directory, filepath, lens (≥3.0), linear (≥0.2), parallel-io (≥0.3.2), transformers, vector (≥0.9) |
| License | BSD3 |
| Copyright | (c) Anthony Cowley 2012 |
| Author | Anthony Cowley |
| Maintainer | acowley@gmail.com |
| Category | Graphics |
| Source repository | git clone git://github.com/acowley/ply-loader.git |
| Executables | ply2bin |
| Upload date | Tue Feb 26 22:02:52 UTC 2013 |
| Uploaded by | AnthonyCowley |
| Built on | ghc-7.6 |
Modules
Downloads
- ply-loader-0.3.tar.gz (Cabal source package)
- package description (included in the package)