Crate ply_rs [] [src]

Library for reading/writing ascii and binary PLY files.

This library has two goals:

Simplicity is provided by giving you high level operations and ready to use data structures:

Performance can be achieved by using the finer granular methods and your own structs:

Modules

parser

Reads ascii or binary data into a Ply.

ply

Definitions used to model PLY files.

writer

Writes ascii or binary data from a Ply to a Write trait.