summaryrefslogtreecommitdiffstats
path: root/tests/manual/skybox
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2017-01-09 16:00:07 +0100
committerPaul Lemire <paul.lemire@kdab.com>2017-01-11 07:26:43 +0000
commit168df684faec35dd8422c03d53dc6954805c7425 (patch)
tree2bdeb0198cdc482aa7656fa3933f78bb1fefed68 /tests/manual/skybox
parenta4ab9962239c692b302f0d75cfdec96359a8d33e (diff)
Skybox: add documentation about issues with frustum culling
Also fix the examples to not perform frustum culling Task-number: QTBUG-57989 Change-Id: If3755cad71158b62fffebdaeba41ba32e2b1d1ff Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/manual/skybox')
-rw-r--r--tests/manual/skybox/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/skybox/main.qml b/tests/manual/skybox/main.qml
index d89df316e..af476a1ca 100644
--- a/tests/manual/skybox/main.qml
+++ b/tests/manual/skybox/main.qml
@@ -61,6 +61,8 @@ Entity {
ForwardRenderer {
camera: basicCamera
clearColor: "black"
+ // Note: FrustumCulling should be disabled for proper rendering of the Skybox
+ frustumCulling: false
}
},
// Event Source will be set by the Qt3DQuickWindow