summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/scene2d
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/scene2d')
-rw-r--r--examples/qt3d/scene2d/main.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qt3d/scene2d/main.qml b/examples/qt3d/scene2d/main.qml
index 5ce70ba63..37727b952 100644
--- a/examples/qt3d/scene2d/main.qml
+++ b/examples/qt3d/scene2d/main.qml
@@ -135,9 +135,8 @@ Entity {
rotation: fromAxisAndAngle(Qt.vector3d(0,1,0), cube.rotationAngle)
}
- GeometryRenderer {
+ CuboidMesh {
id: cubeMesh
- view: CuboidMesh { }
}
ObjectPicker {