On 15. Jan 2008, at 22:18, Gordon_Erlebacher wrote: > Hi, > > Here is a simple question:
Nice. :) > > > Why is FrameData in eqPly not subclassed from eq::FrameData ? Would > that not make more > sense? What are the rules regarding what is subclassed from what in > order to reduce the chance > of error? Naming clash. The eq::FrameData is the holder for images (pixel data) during image compositing. The eqPly::FrameData is the per-config-frame data holding (rendering) frame-specific data, e.g., the global camera. Thus the two FrameData are fundamentally different animal. Maybe I should rename eq::FrameData. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

