From 15e58df3386b5438f6ae114a51ad4a258085e70b Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 27 Feb 2013 08:44:47 +0100 Subject: Added examples on how to use FBOs with scene graph. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I also cleaned up the naming of the other scene graph examples a bit, so that they sort together in the samples list and have a more obvious naming scheme. Task-number: QTBUG-29548 Change-Id: I455eacb02c06058a6d49e12e4f1813ec80b655f6 Reviewed-by: Samuel Rødal --- examples/quick/scenegraph/scenegraph.pro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'examples/quick/scenegraph/scenegraph.pro') diff --git a/examples/quick/scenegraph/scenegraph.pro b/examples/quick/scenegraph/scenegraph.pro index 88b8d03dc3..3ddb216615 100644 --- a/examples/quick/scenegraph/scenegraph.pro +++ b/examples/quick/scenegraph/scenegraph.pro @@ -1,2 +1,7 @@ TEMPLATE = subdirs -SUBDIRS += customgeometry simplematerial openglunderqml +SUBDIRS += \ + customgeometry \ + openglunderqml \ + simplematerial \ + textureinsgnode \ + textureinthread \ -- cgit v1.2.3