summaryrefslogtreecommitdiffstats
path: root/tests/manual/skybox
diff options
context:
space:
mode:
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