summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/clip-planes-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qt3d/clip-planes-qml/main.qml')
-rw-r--r--examples/qt3d/clip-planes-qml/main.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/qt3d/clip-planes-qml/main.qml b/examples/qt3d/clip-planes-qml/main.qml
index d12ff44f6..9bb7bd7ad 100644
--- a/examples/qt3d/clip-planes-qml/main.qml
+++ b/examples/qt3d/clip-planes-qml/main.qml
@@ -86,10 +86,6 @@ Entity {
source: "assets/obj/trefoil.obj"
}
-// property SphereMesh mesh: SphereMesh {
-// radius: 3
-// }
-
property Transform transform: Transform {
Translate { dx: 0 }
Scale { scale: 3 }