mirror of https://github.com/qt/qt3d.git
Fix input in scene3d example
Change-Id: I3a79b809477c27b13f25fb579beef3d6fc4c856f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
This commit is contained in:
parent
0b9b9c2a3c
commit
ff10a3d18e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue