Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
fb7f48c716
3 changed files with 719 additions and 187 deletions
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|
||||||
<!-- Control the weather -->
|
<name>stereoscopic-view-options</name>
|
||||||
<name>osg-display-settings</name>
|
|
||||||
<modal>false</modal>
|
<modal>false</modal>
|
||||||
<resizable>false</resizable>
|
<resizable>false</resizable>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
</empty>
|
</empty>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<label>OSG Display Settings (experimental)</label>
|
<label>Stereoscopic View Options</label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<empty>
|
<empty>
|
||||||
|
@ -71,7 +70,7 @@
|
||||||
<empty><stretch>true</stretch></empty>
|
<empty><stretch>true</stretch></empty>
|
||||||
<slider>
|
<slider>
|
||||||
<min>0</min>
|
<min>0</min>
|
||||||
<max>1.0</max>
|
<max>10.0</max>
|
||||||
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -106,77 +105,4 @@
|
||||||
</text>
|
</text>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<default-padding>1</default-padding>
|
|
||||||
<text><label>Double Buffer</label></text>
|
|
||||||
<empty><stretch>true</stretch></empty>
|
|
||||||
<checkbox>
|
|
||||||
<live>true</live>
|
|
||||||
<property>/sim/rendering/osg-displaysettings/double-buffer</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<default-padding>1</default-padding>
|
|
||||||
<text><label>Depth Buffer</label></text>
|
|
||||||
<empty><stretch>true</stretch></empty>
|
|
||||||
<checkbox>
|
|
||||||
<live>true</live>
|
|
||||||
<property>/sim/rendering/osg-displaysettings/depth-buffer</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<default-padding>1</default-padding>
|
|
||||||
<text><label>RGB</label></text>
|
|
||||||
<empty><stretch>true</stretch></empty>
|
|
||||||
<checkbox>
|
|
||||||
<live>true</live>
|
|
||||||
<property>/sim/rendering/osg-displaysettings/rgb</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</checkbox>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<default-padding>1</default-padding>
|
|
||||||
<text><label>Screen Width</label></text>
|
|
||||||
<empty><stretch>true</stretch></empty>
|
|
||||||
<input>
|
|
||||||
<width>100</width>
|
|
||||||
<height>25</height>
|
|
||||||
<live>true</live>
|
|
||||||
<property>/sim/rendering/osg-displaysettings/screen-width</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</input>
|
|
||||||
</group>
|
|
||||||
|
|
||||||
<group>
|
|
||||||
<layout>hbox</layout>
|
|
||||||
<default-padding>1</default-padding>
|
|
||||||
<text><label>Screen Height</label></text>
|
|
||||||
<empty><stretch>true</stretch></empty>
|
|
||||||
<input>
|
|
||||||
<width>100</width>
|
|
||||||
<height>25</height>
|
|
||||||
<live>true</live>
|
|
||||||
<property>/sim/rendering/osg-displaysettings/screen-height</property>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-apply</command>
|
|
||||||
</binding>
|
|
||||||
</input>
|
|
||||||
</group>
|
|
||||||
</PropertyList>
|
</PropertyList>
|
File diff suppressed because it is too large
Load diff
|
@ -193,6 +193,14 @@
|
||||||
<dialog-name>replay</dialog-name>
|
<dialog-name>replay</dialog-name>
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<label>Stereoscopic View Options</label>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-show</command>
|
||||||
|
<dialog-name>stereoscopic-view-options</dialog-name>
|
||||||
|
</binding>
|
||||||
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu>
|
<menu>
|
||||||
|
@ -649,16 +657,6 @@
|
||||||
</binding>
|
</binding>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<label>OSG Display Settings</label>
|
|
||||||
<binding>
|
|
||||||
<command>dialog-show</command>
|
|
||||||
<dialog-name>osg-display-settings</dialog-name>
|
|
||||||
</binding>
|
|
||||||
</item>
|
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue