On 16. Jan 2008, at 16:51, Gordon Erlebacher wrote: > Hi, > > I am going through the source code to eqPly. I cannot find where > the Model class is defined.
in eqPly.h: typedef mesh::VertexBufferRoot Model; > I also searched for readFromFile. Where > are these located? Thanks. In vertexBufferRoot:233: bool VertexBufferRoot::readFromFile( const char* filename ) The presentation at <http://www.equalizergraphics.com/documents/Developer/eqPlyPresentation.pdf > might be interesting for you. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

