Hi all,

I'm using FlightGear's multi-head display function. It's quite good except only 
one problem. The
sky, especially the clouds, in the render windows cannot be synchronized 
between different
monitors, while the land part is merged perfectly between different monitors. 
I'm using the
default San Francisco airport.

I use the following command lines to enable the multi-head display function:

MASTER:
fgfs
--timeofday=noon
--native=socket,out,30,192.168.1.3,5500,udp
--native=socket,out,30,192.168.1.4,5600,udp
--view-offset=0 
--fov=35
--prop:/sim/view/config/pitch-offset-deg=3

SLAVE1:
--timeofday=noon 
--native=socket,in,30,,5600,udp
--prop:/sim/view/config/heading-offset-deg=-35
--prop:/sim/view/config/pitch-offset-deg=3
--fdm=null 
--fov=35

SLAVE2:
--timeofday=noon 
--native=socket,in,30,,5500,udp
--fdm=null 
--fov=35
--prop:/sim/view/config/heading-offset-deg=35
--prop:/sim/view/config/pitch-offset-deg=3

All kinds of suggestions would be appreciated. Thanks!

- Qiang

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to