summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/clip-planes-qml
Commit message (Expand)AuthorAgeFilesLines
* Moved clip-planes-qml example to manual testRobert Brock2016-05-1516-1171/+0
* Port missing examples to the new Layer(Filter) APIKevin Ottens2016-05-064-17/+20
* Add more missing Qt3D.Extras imports to the examples.Volker Krause2016-05-031-0/+1
* Move last remaining pieces of examples-common to Qt3DExtrasPaul Lemire2016-05-012-3/+3
* Move defaults and geometries out of Qt3DRender and into Qt3DExtrasPaul Lemire2016-04-234-1/+5
* Follow QRenderSurfaceSelector API changes.Volker Krause2016-03-291-1/+1
* Class QRenderPassFilter renamingRobert Brock2016-03-231-3/+3
* QDepthMask transformed into QNoDepthMaskPaul Lemire2016-03-211-2/+2
* Rename QClearBuffer to QClearBuffersMike Krus2016-03-201-4/+4
* QStencilOpSeparate renamed to QStencilOperationArgumentsRobert Brock2016-03-181-2/+2
* QAnnotation changesFranck Arrecot2016-03-174-8/+8
* Follow BlendEquation API changes.Volker Krause2016-03-121-1/+1
* Follow vertex shader rename from change 5e94c15ddc897.Volker Krause2016-03-121-2/+2
* Follow ClipPlane API changes.Volker Krause2016-03-121-3/+3
* QStencilOpSeparate property renamingRobert Brock2016-03-111-2/+2
* QStencilOp rename to QStencilOperationFranck Arrecot2016-03-111-1/+1
* Some fixes for examples.Wieland Hagen2016-03-091-1/+1
* QStencilTestSeparate renamed to QStencilTestArgumentsRobert Brock2016-03-081-4/+4
* QStencilOpSeparate enum renamingRobert Brock2016-03-081-3/+3
* QBlendState cleanupPaul Lemire2016-03-051-6/+6
* QBlendEquation renamed mode to functionRobert Brock2016-03-051-2/+2
* QColorMask properties renamedRobert Brock2016-03-051-1/+1
* Follow API changes in StencilTest.Volker Krause2016-03-021-4/+4
* Class QStateSet renamed to QRenderStateSetFranck Arrecot2016-03-011-3/+3
* QStencilTestSeparate renamed propertiesRobert Brock2016-02-291-8/+8
* QDepthTest rename func to depthFunctionRobert Brock2016-02-261-1/+1
* Unify license header usage.Antti Kokko2016-01-268-146/+258
* clip-planes-qml: add QInputSettings componentPaul Lemire2016-01-231-6/+11
* Have Qt3DQuickWindow manage window surfaceSean Harmer2016-01-181-1/+0
* Temporarily expose window to QML contextSean Harmer2016-01-182-71/+77
* Link examples against static libPaul Lemire2016-01-162-16/+4
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-141-1/+0
* Adapt examples to use rotation property and quaternion helperSean Harmer2015-11-201-9/+2
* Remove transforms property of QTransformSean Harmer2015-11-173-8/+15
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-033-12/+12
* Rename Renderer -> Render throughoutSean Harmer2015-10-199-9/+9
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-167-7/+7
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-1/+1
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-131-1/+1
* Fix clip-plane-qml on OS X and small tidy upSean Harmer2015-08-313-6/+4
* clip-planes-qml examplesPaul Lemire2015-07-2916-0/+1056