From ba39a03645ef6f789c8de7da71f1b08d812b2059 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Tue, 19 May 2015 11:17:56 +0200 Subject: Fix property name for skybox example Change-Id: I22389f9a904f203b91ee291f1fc7e9e8e059f31b Reviewed-by: Paul Lemire --- examples/qt3d/skybox/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/qt3d/skybox/main.qml b/examples/qt3d/skybox/main.qml index 8c995e94f..fbb3c90d0 100644 --- a/examples/qt3d/skybox/main.qml +++ b/examples/qt3d/skybox/main.qml @@ -62,7 +62,7 @@ Entity { // So that the camera is rendered always at the same position as the camera SkyboxEntity { cameraPosition: basicCamera.position - sourceDirectory: "qrc:/assets/cubemaps/miramar/miramar" + baseName: "qrc:/assets/cubemaps/miramar/miramar" extension: ".webp" } -- cgit v1.2.3