ply version 0.9 has been released! * <https://github.com/jimwise/ply> * <Author:: Jim Wise (mailto:jwise@draga.com)> * <Copyright:: Copyright (c) 2013 Jim Wise> * <License:: 2-clause BSD-Style (see LICENSE.txt)> Ply is a ruby gem for reading Stanford PLY-format 3D model files. The PLY file format is a flexible format for storing semi-structured binary data, and is often used to stored polygonalized 3D models generated with range scanning hardware. You can find some examples of the format at the Stanford 3D Scanning Repository, at http://graphics.stanford.edu/data/3Dscanrep/ Ply provides a simple API for quick access to the data in a PLY file (including examining the structure of a particular file's content), and an almost-as-simple event-driven API which can be used to process extremely large ply files in a streaming fashion, without needing to keep the full dataset represented in the file in memory. Ply handles all three types of PLY files (ascii, binary-big-endian and binary-little-endian). If you don't have any Stanford PLY files on hand, you probably don't need this gem, but if you're curious, the PLY file format is described at http://en.wikipedia.org/wiki/PLY_(file_format) Changes: ### 0.9.0 / 2013-02-04 * Initial release
on 2013-02-05 02:52
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.