From 0a521e179b7096fe8d2a15db075a5cf640761a53 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20Str=C3=B8mme?= <christian.stromme@qt.io>
Date: Mon, 28 May 2018 13:43:13 +0200
Subject: [PATCH] Fix the opacity for the needle

Having the needle slightly transparent is causing sorting issues and
therefore causing the needles to be obfuscated once they reach a certain
point.
---
 kria-cluster-3d-demo/presentation/mainPresentation.uip | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kria-cluster-3d-demo/presentation/mainPresentation.uip b/kria-cluster-3d-demo/presentation/mainPresentation.uip
index 2cbde67..8fb36ca 100644
--- a/kria-cluster-3d-demo/presentation/mainPresentation.uip
+++ b/kria-cluster-3d-demo/presentation/mainPresentation.uip
@@ -770,7 +770,7 @@
 					<AnimationTrack property="scale.y" type="EaseInOut" />
 					<AnimationTrack property="scale.z" type="EaseInOut" />
 				</Add>
-				<Add ref="#Needle" diffuse="0.607843 0.396078 0" emissivecolor="0 0 0" fresnelPower="0" importfile=".\Gauges\Gauges.import" ior="0.351111" opacity="96" shaderlighting="Pixel" specularamount="0.6" specularmodel="Default" specularroughness="0.001" speculartint="0.341176 0.239216 0.0235294" />
+                                <Add ref="#Needle" diffuse="0.607843 0.396078 0" emissivecolor="0 0 0" fresnelPower="0" importfile=".\Gauges\Gauges.import" ior="0.351111" opacity="100" shaderlighting="Pixel" specularamount="0.6" specularmodel="Default" specularroughness="0.001" speculartint="0.341176 0.239216 0.0235294" />
 				<State id="tachoNeedle-Slide1" name="Slide1" initialplaystate="Pause" playmode="PingPong" >
 					<Set ref="#tachoNeedle_001" rotation="180 41.317 180" >
 						<AnimationTrack property="rotation.x" type="EaseInOut" >0 169 0 0 10 169 0 0</AnimationTrack>
-- 
GitLab