Hi Oliver, On 2. Feb 2012, at 12:32, oliver [via Software] wrote:
> Is it easily possible to use orthographic projection with Sequel? Because I > couldn't find the corresponding parts in seqPly. > > The application which is developed is 2D based, using multiple projections. > It would be perfect if I would have a coordinate system from 0 to 1 (or-1 to > 1) spanning over all projections. But I guess that's the standard case... The ortho projection simply projects orthographically on the defined walls. Getting this is just a matter of wiring the eq::Channel::useOrtho to the seq::Renderer. The easiest would be if you fork the github repo, implement it yourself and push the change. Alternatively please open an issue and we'll do it eventually. I suggest that you then set the walls of your views programmatically to normalized values, since this orthographic projection has no relationship to physical dimensions. HTH, Stefan. -- View this message in context: http://software.1713.n2.nabble.com/Announcing-Sequel-A-simple-API-to-the-Equalizer-parallel-rendering-framework-tp6495036p7247039.html 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

