From 42f09ac510d4f6d6f5641c9e1dc6fc5d87fe9c9f Mon Sep 17 00:00:00 2001 From: Sergey Dubitskiy Date: Wed, 25 Jan 2012 11:07:05 +1000 Subject: QTBUG-20443. Fixed Quad and Cube sizes and texcoords. Task-number: QTBUG-20443 Change-Id: Ief0b15f8ca07104936c2bf64f764e50b10a7e89c Reviewed-by: Danny Pope --- tests/auto/qml3d/picking/tst_picking.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/qml3d/picking/tst_picking.qml') diff --git a/tests/auto/qml3d/picking/tst_picking.qml b/tests/auto/qml3d/picking/tst_picking.qml index 867b72f2a..94ee6553a 100644 --- a/tests/auto/qml3d/picking/tst_picking.qml +++ b/tests/auto/qml3d/picking/tst_picking.qml @@ -66,8 +66,8 @@ Rectangle angle: 90 }, Scale3D { - // a scale 2 quad will fill a square viewport - scale: 2 + // a scale 4 quad will fill a square viewport + scale: 4 } ] position: Qt.vector3d(0, 0, 0) -- cgit v1.2.3