summaryrefslogtreecommitdiffstats
path: root/examples/shadow-map-qml
Commit message (Expand)AuthorAgeFilesLines
* Make shadow mapping functional on ES 3Laszlo Agocs2015-02-186-0/+292
* Copyright header change.Mika Salmela2015-02-0913-247/+182
* 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
* Port the shadow map example to the new featuresGiuseppe D'Angelo2015-01-173-20/+18
* Shadow map example: temporary fix for asset loadingGiuseppe D'Angelo2015-01-162-2/+2
* Qt3D::Window simplifiedPaul Lemire2014-11-141-4/+10
* Qt3DQuick value type and color providersPaul Lemire2014-10-318-54/+0
* QCamera refactoredPaul Lemire2014-10-302-36/+18
* QTexture refactoringPaul Lemire2014-10-302-5/+7
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-261-2/+2
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-221-3/+3
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-181-4/+4
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-171-2/+2
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-171-2/+2
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-172-4/+4
* Use the window aspect ratio for the camera in the shadow map exampleGiuseppe D'Angelo2014-10-041-1/+1
* Give a fixed size to the FBO in the shadow map exampleGiuseppe D'Angelo2014-10-041-2/+2
* Shadow Map example: Add plane animationsPaul Lemire2014-10-031-1/+52
* Add a shadow map QML exampleGiuseppe D'Angelo2014-10-0315-0/+1149