2010-09-05 09:54:59 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
2010-09-23 17:59:18 +00:00
|
|
|
<name>stereoscopic-view-options</name>
|
2010-09-05 09:54:59 +00:00
|
|
|
<modal>false</modal>
|
|
|
|
<resizable>false</resizable>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<default-padding>3</default-padding>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>1</default-padding>
|
|
|
|
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
|
|
|
|
<text>
|
2010-09-23 17:59:18 +00:00
|
|
|
<label>Stereoscopic View Options</label>
|
2010-09-05 09:54:59 +00:00
|
|
|
</text>
|
|
|
|
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend></legend>
|
|
|
|
<key>Esc</key>
|
|
|
|
<pref-width>16</pref-width>
|
|
|
|
<pref-height>16</pref-height>
|
|
|
|
<border>2</border>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>1</default-padding>
|
|
|
|
<text><label>Stereo Mode</label></text>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
<combo>
|
2011-04-17 15:40:55 +00:00
|
|
|
<pref-width>250</pref-width>
|
2010-09-05 09:54:59 +00:00
|
|
|
<live>true</live>
|
|
|
|
<property>/sim/rendering/osg-displaysettings/stereo-mode</property>
|
|
|
|
<value>OFF</value>
|
|
|
|
<value>QUAD_BUFFER</value>
|
|
|
|
<value>ANAGLYPHIC</value>
|
|
|
|
<value>HORIZONTAL_SPLIT</value>
|
|
|
|
<value>VERTICAL_SPLIT</value>
|
|
|
|
<value>LEFT_EYE</value>
|
|
|
|
<value>RIGHT_EYE</value>
|
|
|
|
<value>HORIZONTAL_INTERLACE</value>
|
|
|
|
<value>VERTICAL_INTERLACE</value>
|
|
|
|
<value>CHECKERBOARD</value>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</combo>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>1</default-padding>
|
|
|
|
<text><label>Screen Distance</label></text>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
<slider>
|
|
|
|
<min>0</min>
|
2010-09-23 17:59:18 +00:00
|
|
|
<max>10.0</max>
|
2010-09-05 09:54:59 +00:00
|
|
|
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
<text>
|
|
|
|
<label>12345678</label>
|
|
|
|
<format>%.2f</format>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/sim/rendering/osg-displaysettings/screen-distance</property>
|
|
|
|
</text>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<default-padding>1</default-padding>
|
|
|
|
<text><label>Eye Separation</label></text>
|
|
|
|
<empty><stretch>true</stretch></empty>
|
|
|
|
<slider>
|
|
|
|
<min>0</min>
|
|
|
|
<max>0.2</max>
|
|
|
|
<property>/sim/rendering/osg-displaysettings/eye-separation</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
</slider>
|
|
|
|
<text>
|
|
|
|
<label>12345678</label>
|
|
|
|
<format>%.2f</format>
|
|
|
|
<live>true</live>
|
|
|
|
<property>/sim/rendering/osg-displaysettings/eye-separation</property>
|
|
|
|
</text>
|
|
|
|
</group>
|
|
|
|
|
2010-12-27 20:19:31 +00:00
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Close</legend>
|
|
|
|
<default>true</default>
|
|
|
|
<key>Esc</key>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
2010-09-05 09:54:59 +00:00
|
|
|
</PropertyList>
|