summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-10 09:43:08 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-10 09:50:40 +0300
commit690af005c131a1179bf36f64b7cba752db819842 (patch)
tree89253f1f5819bce9e4c5bb366803da3cea6f29d4 /examples/qmlsurface
parent4c52c13e5061d0959fa7a9c7cf96ff9fd880bfba (diff)
Mac snapshot and fixed to qmlscatter example
Change-Id: I8d03e81e2ab7b5cf1c894e568c57f3c64f96b07d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlsurface')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/main.qml b/examples/qmlsurface/qml/qmlsurface/main.qml
index 222879c6..f66e623b 100644
--- a/examples/qmlsurface/qml/qmlsurface/main.qml
+++ b/examples/qmlsurface/qml/qmlsurface/main.qml
@@ -54,7 +54,7 @@ Item {
surfaceGridEnabled: false
font.family: "STCaiyun"
font.pointSize: 35
- cameraPreset: Surface3D.CameraPresetIsometricLeft
+ scene.activeCamera.cameraPreset: Surface3D.CameraPresetIsometricLeft
dataProxy: surfaceData.heightProxy
axisY.min: 0.0
axisY.max: 250.0