QQ登录

只需一步,快速开始

查看: 5413|回复: 2
打印 上一主题 下一主题

如何实现一个主机多个屏幕显示?

[复制链接]

主题

好友

140

积分

航院新生

跳转到指定楼层
楼主
发表于 2012-5-29 14:41:56 |只看该作者 |倒序浏览
1.在data/preferences.xml   加入
   <rendering include="camera-views.xml"></rendering>

2.data/
  新建文件 camera-views.xml
  文件内容如下:
<?xml version="1.0"?>
<PropertyList>
  <camera>
   <host-name type="string"></host-name>
   <display>0</display>
   <screen>0</screen>
   <shear-x>2</shear-x>
   <shear-y>1</shear-y>
   <width>320</width>
   <height>240</height>
   <fullscreen type="bool">false</fullscreen>
  </camera>
  <camera>
   <host-name type="string"></host-name>
   <display>0</display>
   <screen>0</screen>
   <shear-x>-2</shear-x>
   <shear-y>1</shear-y>
   <width>320</width>
   <height>240</height>
   <fullscreen type="bool">false</fullscreen>
  </camera>
</PropertyList>

分享到: QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
分享分享0 收藏收藏1

主题

好友

140

积分

航院新生

沙发
发表于 2012-5-29 14:49:54 |只看该作者
可以通过修改这个配置文件来达到效果,目前正在探测中~   
回复

使用道具 举报

主题

好友

152

积分

理论基础学员

板凳
发表于 2012-10-26 20:24:38 |只看该作者
好东西!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 加入FG

本版积分规则

手机版|联系我们| FlightGear ( 吉ICP备19002044号-7 )

GMT+8, 2024-5-4 04:58

Powered by Discuz! X3.2

© 2001-2013 FlightGear Inc.

返回顶部