Skip to content
Snippets Groups Projects
Commit a3aa5a50 authored by Teemu Tamminen's avatar Teemu Tamminen
Browse files

layer backgrounds to solid in subpresentations

parent e6983202
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
</Graph>
<Logic >
<State name="Master Slide" component="#Scene" >
<Add ref="#Layer" />
<Add ref="#Layer" background="SolidColor" />
<Add ref="#Camera" orthographic="True" />
<State id="Scene-Slide1" name="Slide1" >
<Add ref="#speed" name="speed" font="TitilliumWeb-Regular" position="0 40 0" size="90" textstring="0" />
......
......@@ -15,7 +15,7 @@
</Graph>
<Logic >
<State name="Master Slide" component="#Scene" >
<Add ref="#Layer" />
<Add ref="#Layer" background="SolidColor" />
<Add ref="#Camera" orthographic="True" />
<State id="Scene-Slide1" name="Slide1" >
<Add ref="#rpm" name="rpm" font="TitilliumWeb-Regular" position="0 -40 0" rotation="0 0 0" size="30" textstring="rpm x 1000" />
......
......@@ -42,6 +42,7 @@
<Model id="centerTacho" name="centerTacho" importid="centerTacho" orientation="Right Handed" position="0 1 -0" rotation="0 -0 0" rotationorder="XYZr" scale="1 1 1" sourcepath=".\Gaugesvol1\meshes\centerTacho.mesh#1" >
<Material id="DarkBase" name="DarkBase" blendmode="Normal" diffuse="1 1 1" emissivepower="0" importid="DarkBase" opacity="100" specularamount="0" >
<Image id="DarkBase_specularreflection" />
<Image id="DarkBase_iblprobe" />
</Material>
<Material id="GaugeCenterContent" name="GaugeCenterContent" blendmode="Normal" diffuse="1 1 1" diffusemap="#GaugeCenterContent_diffusemap" emissivepower="0" importid="GaugeCenterContent" opacity="100" specularamount="0" >
<Image id="GaugeCenterContent_diffusemap" name="GaugeCenterContent_diffusemap" importid="GaugeCenterContent_diffusemap" sourcepath=".\Gaugesvol1\maps\SpeedCenter.jpg" />
......@@ -142,11 +143,12 @@
<AnimationTrack property="rotation.y" type="EaseInOut" />
<AnimationTrack property="rotation.z" type="EaseInOut" />
</Add>
<Add ref="#DarkBase" blendmode="Normal" bumpamount="0" diffuse="0.203922 0.203922 0.223529" emissivecolor="0 0 0" fresnelPower="1" importfile=".\Gaugesvol1\Gaugesvol1.import" ior="0.157407" opacity="0" shaderlighting="Pixel" specularamount="3" specularmodel="Default" specularreflection="#DarkBase_specularreflection" specularroughness="0.0935" speculartint="0.160784 0.160784 0.215686" >
<Add ref="#DarkBase" blendmode="Normal" bumpamount="0" diffuse="0.203922 0.203922 0.223529" emissivecolor="0 0 0" fresnelPower="1" iblprobe="#DarkBase_iblprobe" importfile=".\Gaugesvol1\Gaugesvol1.import" ior="0.157407" opacity="0" shaderlighting="Pixel" specularamount="3" specularmodel="Default" specularreflection="#DarkBase_specularreflection" specularroughness="0.0935" speculartint="0.160784 0.160784 0.215686" >
<AnimationTrack property="opacity" type="EaseInOut" >0.5 100 0 0 1 100 100 100</AnimationTrack>
<AnimationTrack property="specularamount" type="EaseInOut" >0.52 3 0 0</AnimationTrack>
</Add>
<Add ref="#DarkBase_specularreflection" mappingmode="Environmental Mapping" sourcepath="Gaugesvol1/maps/environment.hdr" />
<Add ref="#DarkBase_iblprobe" mappingmode="IBL Override" sourcepath="Gaugesvol1/maps/carInterior.hdr" />
<Add ref="#GaugeCenterContent" importfile=".\Gaugesvol1\Gaugesvol1.import" shaderlighting="None" />
<Add ref="#GaugeCenterContent_diffusemap" importfile=".\Gaugesvol1\Gaugesvol1.import" positionu="0" positionv="0" rotationuv="0" subpresentation="digitalTacho" >
<AnimationTrack property="positionu" type="EaseInOut" >0 0 0 0</AnimationTrack>
......
......@@ -34,7 +34,7 @@
</Graph>
<Logic >
<State name="Master Slide" component="#Scene" >
<Add ref="#Layer" name="SpeedTextures" />
<Add ref="#Layer" name="SpeedTextures" background="SolidColor" />
<Add ref="#Camera" orthographic="True" />
<Add ref="#speed_mph_new" name="speed_mph" opacity="100" scale="10.24 10.24 1" sourcepath="#Rectangle" >
<AnimationTrack property="opacity" type="EaseInOut" >0 100 0 0</AnimationTrack>
......
......@@ -28,7 +28,7 @@
</Graph>
<Logic >
<State name="Master Slide" component="#Scene" >
<Add ref="#Layer" name="TachoTextures" />
<Add ref="#Layer" name="TachoTextures" background="SolidColor" />
<Add ref="#Camera" orthographic="True" />
<Add ref="#speed_mph_new" name="tacho" opacity="100" scale="10.24 10.24 1" sourcepath="#Rectangle" >
<AnimationTrack property="opacity" type="EaseInOut" >0 100 0 0</AnimationTrack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment