From fd9d2b82d0c0d6640f56ad966ee6e43552869495 Mon Sep 17 00:00:00 2001 From: lorenzolightsndwarf Date: Thu, 13 Oct 2016 11:07:01 +0200 Subject: [PATCH] Increase default far clipping plane distance --- Scripts/DefaultScript.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/DefaultScript.qml b/Scripts/DefaultScript.qml index c09b53f..d09fa23 100644 --- a/Scripts/DefaultScript.qml +++ b/Scripts/DefaultScript.qml @@ -808,7 +808,7 @@ Item{ anchors.verticalCenter: parent.verticalCenter orientation: Qt.Vertical height: parent.height*0.3 - value: 1000 + value: 3000 stepSize: 100 minimumValue: 100 maximumValue: 3000