On 17. Feb 2011, at 10:36, Martin Lambers wrote:

> I use the following for anaglyph stereo with the 1.0 format:
> 
> server
> {
>  config
>  {
>    appNode { pipe { window { channel { name "channel" }}}}
>    observer {}
>    layout { view { observer 0 }}
>    canvas { layout 0 wall {} segment { channel "channel" }}
>    compound
>    {
>      attributes { stereo_mode ANAGLYPH }
>      compound { eye [ LEFT RIGHT ] channel ( view 0 segment 0 ) }
>    }
> }
> 
> What do I need to change to make this work with 1.1? If I add "mode
> STEREO" to the view, it still only displays one eye.

The easiest is to look at the config after loading, since the converter should 
do the right thing.

You should:
- add  "mode STEREO" to the view
- remove the eye in compound (default is all eyes)
- set the version to 1.1

My guess is you forgot the last item and the converter was confused. With this 
new feature, your application can call view->setMode() at runtime.


Cheers,

Stefan.


_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to