From 3ddf7f1cf638091c8c7c7380bf0414dcc1145d2c Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Mon, 30 Jul 2012 11:09:23 +0200 Subject: Three scene graph examples with docs. How to make a custom QSGGeometry, how to use QSGSimpleMaterial and how to use render with raw GL. Change-Id: I3e5a32b6ae12d7d781c11050ed26a54845e92cca Reviewed-by: Gunnar Sletta --- examples/quick/scenegraph/simplematerial/simplematerial.pro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/quick/scenegraph/simplematerial/simplematerial.pro (limited to 'examples/quick/scenegraph/simplematerial/simplematerial.pro') diff --git a/examples/quick/scenegraph/simplematerial/simplematerial.pro b/examples/quick/scenegraph/simplematerial/simplematerial.pro new file mode 100644 index 0000000000..10dec9996b --- /dev/null +++ b/examples/quick/scenegraph/simplematerial/simplematerial.pro @@ -0,0 +1,8 @@ + +QT += quick + +SOURCES += \ + simplematerial.cpp + +OTHER_FILES += \ + test.qml -- cgit v1.2.3