summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene3d/AnimatedEntity.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/scene3d/AnimatedEntity.qml')
-rw-r--r--examples/qt3d/scene3d/AnimatedEntity.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/qt3d/scene3d/AnimatedEntity.qml b/examples/qt3d/scene3d/AnimatedEntity.qml
index d1975cb47..2cfeeb73a 100644
--- a/examples/qt3d/scene3d/AnimatedEntity.qml
+++ b/examples/qt3d/scene3d/AnimatedEntity.qml
@@ -51,7 +51,7 @@
import Qt3D.Core 2.0
import Qt3D.Render 2.0
import Qt3D.Input 2.0
-import Qt3D.Extras 2.0
+import Qt3D.Extras 2.15
import QtQuick 2.0 as QQ2
@@ -77,6 +77,7 @@ Entity {
activeFrameGraph: ForwardRenderer {
camera: camera
clearColor: "transparent"
+ showDebugOverlay: true
}
},
InputSettings { }