Some texture update

This commit is contained in:
Sidi Liang 2019-08-18 16:19:43 +08:00
parent 1991115455
commit 9badd34e17
7 changed files with 31 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 360 KiB

View File

@ -62,10 +62,25 @@
</equals>
</condition>
<path>Aircraft/followme_e-tron/Models/people/people.ac</path>
<offsets>
<x-m> 2.6</x-m>
<y-m> 0</y-m>
<z-m> 1.255</z-m>
</offsets>
</model>
<model>
<condition>
<equals>
<property>systems/codriver-enable</property>
<value>1</value>
</equals>
</condition>
<path>Aircraft/followme_e-tron/Models/people/people2.ac</path>
<offsets>
<x-m> 1.9</x-m>
<y-m> 0</y-m>
<z-m> 1.25</z-m>
<z-m> 1.255</z-m>
</offsets>
</model>
@ -95,7 +110,7 @@
<condition>
<equals>
<property>sim/multiplay/generic/int[300]</property>
<property>systems/screen-enable</property>
<value>1</value>
</equals>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 916 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 KiB

After

Width:  |  Height:  |  Size: 406 KiB

View File

@ -6,7 +6,7 @@ var smartScreen = canvas.new({
"mipmapping": 1 # Enable mipmapping (optional)
});
smartScreen.addPlacement({"node": "screen", "texture": "screen.jpeg"});
#smartScreen.addPlacement({"node": "screen", "texture": "screen.jpeg"});
var group = smartScreen.createGroup();
# Create a text element and set some values

View File

@ -53,7 +53,7 @@ props.getNode("systems/plate", 1).setValue("NONE");
props.getNode("controls/lighting/headlight-als", 1).setValue(0);
props.getNode("sim/remote/pilot-callsign", 1).setValue("");
props.getNode("/systems/codriver-enable", 1).setValue(0);
props.getNode("systems/screen-enable", 1).setValue(0);
#var Led = {
#

View File

@ -309,6 +309,18 @@
</binding>
</checkbox>
</group>
<group>
<layout>vbox</layout>
<checkbox>
<halign>left</halign>
<label> Enable Smart Screen</label>
<property>/systems/screen-enable</property>
<live>true</live>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
</group>
<hrule/>
<group>
<layout>hbox</layout>