contcirc: add shifter to 3d scope views

This commit is contained in:
hap 2021-04-12 15:46:57 +02:00
parent 62af27d4d9
commit 438c191102

View File

@ -98,30 +98,78 @@ license:CC0
<view name="3D Scope Straight View">
<!-- parallel-eyed -->
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter1" ref="shutter"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds x="0" y="0" width="640" height="480" /></screen>
<element name="shutter1" ref="shutter"><bounds x="0" y="0" width="640" height="480" /></element>
<screen index="0"><bounds left="4.03" top="0" right="8.03" bottom="3" /></screen>
<element name="shutter0" ref="shutter"><bounds left="4.03" top="0" right="8.03" bottom="3" /></element>
<screen index="0"><bounds x="644" y="0" width="640" height="480" /></screen>
<element name="shutter0" ref="shutter"><bounds x="644" y="0" width="640" height="480" /></element>
<!-- shifter options (off-screen shifter is not possible here) -->
<collection name="Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="606" y="414" width="32" height="64" /><color alpha="0.6" /></element>
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="1250" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="2" y="414" width="32" height="64" /><color alpha="0.6" /></element>
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="646" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
</view>
<view name="3D Scope Cross View">
<!-- cross-eyed -->
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter0" ref="shutter"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds x="0" y="0" width="640" height="480" /></screen>
<element name="shutter0" ref="shutter"><bounds x="0" y="0" width="640" height="480" /></element>
<screen index="0"><bounds left="4.03" top="0" right="8.03" bottom="3" /></screen>
<element name="shutter1" ref="shutter"><bounds left="4.03" top="0" right="8.03" bottom="3" /></element>
<screen index="0"><bounds x="644" y="0" width="640" height="480" /></screen>
<element name="shutter1" ref="shutter"><bounds x="644" y="0" width="640" height="480" /></element>
<!-- shifter options (off-screen shifter is not possible here) -->
<collection name="Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="606" y="414" width="32" height="64" /><color alpha="0.6" /></element>
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="1250" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="2" y="414" width="32" height="64" /><color alpha="0.6" /></element>
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="646" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
</view>
<view name="3D Scope Left">
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter1" ref="shutter"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds x="0" y="0" width="640" height="480" /></screen>
<element name="shutter1" ref="shutter"><bounds x="0" y="0" width="640" height="480" /></element>
<!-- shifter options -->
<collection name="Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="606" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="2" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Widescreen Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="648" y="414" width="32" height="64" /></element>
</collection>
<collection name="Widescreen Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="-40" y="414" width="32" height="64" /></element>
</collection>
</view>
<view name="3D Scope Right">
<screen index="0"><bounds left="0" top="0" right="4" bottom="3" /></screen>
<element name="shutter0" ref="shutter"><bounds left="0" top="0" right="4" bottom="3" /></element>
<screen index="0"><bounds x="0" y="0" width="640" height="480" /></screen>
<element name="shutter0" ref="shutter"><bounds x="0" y="0" width="640" height="480" /></element>
<!-- shifter options -->
<collection name="Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="606" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="2" y="414" width="32" height="64" /><color alpha="0.6" /></element>
</collection>
<collection name="Widescreen Shifter-R" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="648" y="414" width="32" height="64" /></element>
</collection>
<collection name="Widescreen Shifter-L" visible="no">
<element ref="shifter" inputtag="IN1" inputmask="0x10"><bounds x="-40" y="414" width="32" height="64" /></element>
</collection>
</view>
</mamelayout>