Hi Juan,
Since the file config has evolved to 1.1 version, you have to specify the
wall definition in the canvas part.
your config file will be as follows:
server
{
config
{
appNode
{
connection { hostname "localhost" port 5240 }
pipe
{
window
{
viewport [ 0 300 300 300 ]
channel
{
name "channel"
}
}
}
}
observer {}
layout { view { observer 0 } }
canvas {
layout 0
wall
{
bottom_left [ -0.5 -0.5 -0.5 ]
bottom_right [ 0.5 -0.5 -0.5 ]
top_left [ -0.5 0.5 -0.5 ]
}
segment { channel "channel" }
}
}
}
Cheers,
Cédric.
2011/2/16 Juan Hernando [email protected]
> Hi all,
>
> I have two configuration files which are very similar (should be
> equivalent).
> The first one is a simple configuration with a wall frustum inside a
> compound.
> The second one, which fails, uses a view as destination channel of the
> compound . I run eqServer with the config file and at the moment I run eqPly
> the server aborts with the following error message:
> 28688 140595744278528
> //home/jhernando/local/src/Equalizer-1.0-alpha/libs/server/compound.cpp:518
> 6237 Assert: segment->getCanvas()->getCurrentType() != Frustum::TYPE_NONE
> aborted
>
> Is this a problem in the config file or is it a bug in the parser?
> In the second case, is there any workaround?
>
> The two configuration files are attached.
>
> Thanks and regards,
> Juan
>
>
>
>
> _______________________________________________
> 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