PLY reader/writer  1.2.0
 All Classes Namespaces Functions Variables Enumerations Enumerator
PLY reader/writer Documentation

Overview

This project provides a simple, but general, implementation of a reader and writer for streams using the ply format. It has the following features:

Disclaimer

The code is based upon Greg Turk's code from 1998. I have written the complete project from scratch and the interface is very different to Turk's code. However, the underlying code ended up very similar to the original, so I feel I should give proper credit here.

Any parts that are significantly different, such as the usage of streams, may be used under the GPL 3.0 license.

Thank you for using this free code. May your data storage be smooth and safe.

Thijs van Lankveld