From 1b5a206f7dac0e37b40650b5e9d00969cd304a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Fri, 25 Apr 2014 14:03:28 +0300 Subject: =?UTF-8?q?Changed=20oil=20refinery=20mesh=20for=20customitems=20C?= =?UTF-8?q?hange-Id:=20I5452a86e5a472476f981df8dd0f8985cfe69f100=20Reviewe?= =?UTF-8?q?d-by:=20Tomi=20Korpip=C3=A4=C3=A4=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/datavisualization/customitems/customitemgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/datavisualization/customitems/customitemgraph.cpp') diff --git a/examples/datavisualization/customitems/customitemgraph.cpp b/examples/datavisualization/customitems/customitemgraph.cpp index 38f71b9e..822ca24a 100644 --- a/examples/datavisualization/customitems/customitemgraph.cpp +++ b/examples/datavisualization/customitems/customitemgraph.cpp @@ -138,7 +138,7 @@ void CustomItemGraph::toggleItemThree(bool show) QImage color = QImage(2, 2, QImage::Format_ARGB32); color.fill(Qt::darkMagenta); m_graph->addCustomItem(":/items/refinery.obj", positionThree, - QVector3D(0.066f, 0.066f, 0.066f), + QVector3D(0.04f, 0.04f, 0.04f), QQuaternion::fromAxisAndAngle(0.0f, 1.0f, 0.0f, 75.0f), color); } else { -- cgit v1.2.3