From 2ab620245c71555e343d21baf1b7f4dcc34d9a9f Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Fri, 4 Jul 2014 14:40:23 +0300 Subject: Improved the visuals in slice modes. Grid lines should no longer vanish into white background due to excessive ambient light multiplier when using high ambient with no specular. I'm still not happy with how bars slice mode colors look. The colors seem washed out compared to main view. Also, on bars, some specular is needed to make bars look 3D, but too much makes it ugly. Also fixes some misc issues in surface slice mode. Task-number: QTRD-3237 Change-Id: I4bed3d922cbc8f5191cc01ab3396849db767cae9 Reviewed-by: Mika Salmela --- examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/datavisualization') diff --git a/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml b/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml index 8bb458ca..4c77fd45 100644 --- a/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml +++ b/examples/datavisualization/qmlspectrogram/qml/qmlspectrogram/main.qml @@ -83,8 +83,10 @@ Window { type: Theme3D.ThemeQt // Don't show specular spotlight as we don't want it to distort the colors lightStrength: 0.0 - ambientLightStrength: 0.9 + ambientLightStrength: 1.0 backgroundEnabled: false + gridLineColor: "#AAAAAA" + windowColor: "#EEEEEE" } -- cgit v1.2.3