From 8dcd8e42458748ca3ae3293b3d2b7e5b56b87252 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Thu, 14 Jan 2016 08:43:34 +0100 Subject: Link examples against static lib Contains: Qt3DWindow Qt3DQuickWindow QFirstPersonCameraController FirstPersonCameraController.qml This will allow to get rid of the Camera configuration hack Change-Id: I55c5634aa4c162f9dd2852d3258073a6352b426c Reviewed-by: Sean Harmer --- examples/qt3d/scene3d/AnimatedEntity.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/qt3d/scene3d') diff --git a/examples/qt3d/scene3d/AnimatedEntity.qml b/examples/qt3d/scene3d/AnimatedEntity.qml index ea0167220..ba7cf4ff1 100644 --- a/examples/qt3d/scene3d/AnimatedEntity.qml +++ b/examples/qt3d/scene3d/AnimatedEntity.qml @@ -55,9 +55,7 @@ Entity { viewCenter: Qt.vector3d( 0.0, 0.0, 0.0 ) } - Configuration { - controlledCamera: camera - } + FirstPersonCameraController { camera: camera } components: [ FrameGraph { -- cgit v1.2.3