Manta Interactive Ray Tracer Development Mailing List

Text archives Help


Re: [MANTA] materials in ply files


Chronological Thread 
  • From: William M Martin <wmartin@cs.utah.edu>
  • To: Thiago Ize <thiago@cs.utah.edu>
  • Cc: manta@sci.utah.edu
  • Subject: Re: [MANTA] materials in ply files
  • Date: Tue, 10 May 2005 17:33:46 -0600 (MDT)


Hey,

My only concern with the ply reader is that it be able to support the 
Stanford sculptures --- in particular the 1mm David head with per-vertex 
color data.  If you haven't seen these datasets, take a look at

/usr/sci/data/Geometry/Stanford_Sculptures

I imagine you already know this -- but just in case -- there is some code 
available for reading ply files at

http://www.cc.gatech.edu/projects/large_models/ply.html


Bill




On Tue, 10 May 2005, Thiago Ize wrote:

> So ply files are allowed to specify arbitrary elements and properties (it's
> all strings) and I've seen toy examples of ply files with edges that have a
> color specified. The only way I can allow arbitrary elements though is if I
> make the user of the plyReader do their own work and I figure we are all too
> lazy to want to have to go through a lot of work when loading a ply file. 
> So,
> I'm making it so that the ply reader will by default only work with certain
> element and property names.
> 
> My question: What kinds of material/color things should I support? As far as
> I'm aware (and I only have experience with a small amount of ply files), 
> I've
> never seen a real ply file with anything but geometry properties, so I'm
> thinking I can just leave out materials. Let me know if you think I should
> include certain material properties.
> 
> Thiago
> 





Archive powered by MHonArc 2.6.16.

Top of page