ply-loader: PLY file loader.
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
.
Modules
[Index]
Downloads
- ply-loader-0.5.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 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, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | attoparsec (>=0.12.0.0), base (>=4.6 && <5), bytestring (>=0.10), cereal, directory, filepath, lens (>=3.0), linear (>=0.2), parallel-io (>=0.3.2), ply-loader, transformers, vector (>=0.11) [details] |
License | BSD-3-Clause |
Copyright | (c) Anthony Cowley 2012 |
Author | Anthony Cowley |
Maintainer | acowley@gmail.com |
Category | Graphics |
Source repo | head: git clone git://github.com/acowley/ply-loader.git |
Uploaded | by AnthonyCowley at 2016-12-21T23:29:16Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | ply2bin |
Downloads | 10076 total (34 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-12-22 [all 1 reports] |