Fix input in scene3d example

Change-Id: I3a79b809477c27b13f25fb579beef3d6fc4c856f
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
Sean Harmer 2016-05-27 10:27:11 +01:00
parent 0b9b9c2a3c
commit ff10a3d18e
1 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@
import Qt3D.Core 2.0
import Qt3D.Render 2.0
import Qt3D.Input 2.0
import Qt3D.Extras 2.0
import QtQuick 2.0 as QQ2
@ -77,7 +78,8 @@ Entity {
camera: camera
clearColor: "transparent"
}
}
},
InputSettings { }
]
PhongMaterial {