summaryrefslogtreecommitdiffstats
path: root/examples/tessellation-modes
Commit message (Expand)AuthorAgeFilesLines
* Copyright header change.Mika Salmela2015-02-098-152/+112
* The input aspect don't need QWindow anymoreKevin Ottens2015-01-231-1/+1
* Remove the now useless QuickWindowKevin Ottens2015-01-231-2/+3
* Move CameraController in the input aspectKevin Ottens2015-01-232-1/+3
* use the default ForwardRenderer in the examplesPaul Lemire2015-01-184-72/+1
* Qt3D::Window simplifiedPaul Lemire2014-11-141-3/+10
* Qt3DQuick value type and color providersPaul Lemire2014-10-315-30/+0
* QCamera refactoredPaul Lemire2014-10-301-21/+8
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-261-2/+2
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-221-5/+5
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-222-3/+3
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-201-1/+1
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-182-10/+11
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-171-1/+1
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-172-2/+2
* QAbstractShapeMesh removedPaul Lemire2014-10-172-3/+3
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-8/+1
* QAbstract removed from corePaul Lemire2014-10-031-1/+0
* QNode refactoringPaul Lemire2014-10-032-4/+6
* Tessellation-Modes example updated to use uniforms arrayPaul Lemire2014-09-303-28/+14
* Improved/Refactored cloning and doClone off all subclassesPaul Lemire2014-09-302-3/+3
* Comparison operator for QAbstractMeshFunctor subclassesPaul Lemire2014-09-301-0/+8
* Add an example to exercise tessellation shader supportSean Harmer2014-09-2121-0/+1283