Three scene graph examples with docs.
authorGunnar Sletta <gunnar.sletta@nokia.com>
Mon, 30 Jul 2012 09:09:23 +0000 (11:09 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 13 Aug 2012 13:06:46 +0000 (15:06 +0200)
commit3ddf7f1cf638091c8c7c7380bf0414dcc1145d2c
tree24ca7353ee789e5ea0ffa372eb899e6d2e93b9c3
parent917a2cbc76a8433e550770b1414153ab16215381
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 <gunnar.sletta@nokia.com>
22 files changed:
examples/quick/customitems/customitems.pro
examples/quick/doc/customgeometry.qdoc [new file with mode: 0644]
examples/quick/doc/images/custom-geometry-example.png [new file with mode: 0644]
examples/quick/quick.pro
examples/quick/scenegraph/customgeometry/beziercurve.cpp [new file with mode: 0644]
examples/quick/scenegraph/customgeometry/beziercurve.h [copied from examples/quick/customitems/glitem/squircle.h with 58% similarity]
examples/quick/scenegraph/customgeometry/customgeometry.pro [new file with mode: 0644]
examples/quick/scenegraph/customgeometry/main.cpp [copied from examples/quick/customitems/glitem/main.cpp with 91% similarity]
examples/quick/scenegraph/customgeometry/main.qml [copied from examples/quick/customitems/glitem/main.qml with 69% similarity]
examples/quick/scenegraph/openglunderqml/main.cpp [moved from examples/quick/customitems/glitem/main.cpp with 96% similarity]
examples/quick/scenegraph/openglunderqml/main.qml [copied from examples/quick/customitems/glitem/main.qml with 96% similarity]
examples/quick/scenegraph/openglunderqml/openglunderqml.pro [moved from examples/quick/customitems/glitem/glitem.pro with 100% similarity]
examples/quick/scenegraph/openglunderqml/squircle.cpp [moved from examples/quick/customitems/glitem/squircle.cpp with 83% similarity]
examples/quick/scenegraph/openglunderqml/squircle.h [moved from examples/quick/customitems/glitem/squircle.h with 95% similarity]
examples/quick/scenegraph/scenegraph.pro [new file with mode: 0644]
examples/quick/scenegraph/simplematerial/main.qml [moved from examples/quick/customitems/glitem/main.qml with 72% similarity]
examples/quick/scenegraph/simplematerial/simplematerial.cpp [new file with mode: 0644]
examples/quick/scenegraph/simplematerial/simplematerial.pro [new file with mode: 0644]
src/quick/doc/qtquick.qdocconf
src/quick/items/qquickwindow.cpp
src/quick/scenegraph/coreapi/qsggeometry.cpp
src/quick/scenegraph/util/qsgsimplematerial.cpp