summaryrefslogtreecommitdiffstats
path: root/examples/surface/surfacegraph.cpp
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2013-10-07 16:14:05 +0300
committerMika Salmela <mika.salmela@digia.com>2013-10-08 09:50:39 +0300
commit8d8a1f5dfeab7fb892021576ab45205d4578acf5 (patch)
tree3d8843c294577b269dd9c7c6bb02e29f24a5f6ec /examples/surface/surfacegraph.cpp
parent79ac7ce92c9651ce420a427f786f35af97dd8491 (diff)
Better height map for surface example
Task-number: QTRD-2347 Change-Id: I59646ea0559fee4a29edc72bd8c8238ed484d728 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples/surface/surfacegraph.cpp')
-rw-r--r--examples/surface/surfacegraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/surface/surfacegraph.cpp b/examples/surface/surfacegraph.cpp
index cb405eb8..a33f060b 100644
--- a/examples/surface/surfacegraph.cpp
+++ b/examples/surface/surfacegraph.cpp
@@ -43,7 +43,7 @@ SurfaceGraph::SurfaceGraph(Q3DSurface *surface)
fillSqrtSinProxy();
//! [2]
- QImage heightMapImage(":/maps/map");
+ QImage heightMapImage(":/maps/mountain");
m_heightMapProxy = new QHeightMapSurfaceDataProxy(heightMapImage);
m_heightMapProxy->setValueRanges(34.0, 40.0, 18.0, 24.0);
//! [2]