From 169a4d638c6c1b6634ffcfd19c4fe3cb94cf27d5 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Wed, 13 Aug 2014 15:09:36 +0300 Subject: Implement volume rendering support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New subclass of QCustom3DItem, QCustom3DVolume is provided. The documentation for the example will be done in a separate commit. Change-Id: Idb3fdb0654c6bec7606ca012b75852a5a8412397 Reviewed-by: Tomi Korpipää --- tests/tests.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index 8bbdc3f2..21036b59 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -16,7 +16,8 @@ SUBDIRS += barstest \ directional \ qmlmultiwindow \ itemmodeltest \ - qmlmultitest + qmlmultitest \ + volumetrictest #SUBDIRS += kinectsurface -- cgit v1.2.3