Hi, When I needed to load multiple files at the same time (Power Plant model) I extended VertexData class such that it can add new vertices and triangles to existing data (add new vertices, triangles and correct values of points for triangles), so I would have one large model. This will hardly work if you can't fit all your ply files in to memory at once, so I think the best would be to extend model representation to be able to hold multiple sub-models in a tree structure.
Best regards, Maxim Makhinya On Dec 16, 2009, at 14:15 , Stefan Eilemann wrote: > Hi, > > On Wed, Dec 16, 2009 at 1:08 PM, etnad77 [via Software] > <[hidden email]> wrote: > > Hi everybody, > > i'm new on this forum and i dont know  if this topic was posted > already. > > Can i visualize more then 1 ply file? i mean i have a really big > model and i > > cannot have just one ply of it. So i have subdivided in different > > parts.....so i have many ply files. > > Can i run them all together? it seems equalizer can visualize just > one ply. > > Right now you can only view one ply file per view, and switch through > them sequentially. It shouldn't be too hard to view multiple models at > once, iirc Max has done something like this. He is on this list, so > maybe he'll reply how to do it. > > > Best, > > Stefan. > > View this message in context: Re: [eq-dev] 1 ply or more? > Sent from the Equalizer - Parallel Rendering mailing list archive at > Nabble.com. > _______________________________________________ > eq-dev mailing list > [email protected] > http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev > http://www.equalizergraphics.com _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

