summaryrefslogtreecommitdiffstats
path: root/src/render/defaults
Commit message (Expand)AuthorAgeFilesLines
* Fix dynamic texture provider property handlingLaszlo Agocs2016-01-064-8/+8
* Fix parameter mismatch in QDiffuseMapMaterialLaszlo Agocs2016-01-051-1/+1
* Reduce specular reflectivity defaultsLaszlo Agocs2015-12-104-4/+4
* Do lighting calculation in world spaceLaszlo Agocs2015-12-101-2/+2
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-0925-209/+523
* Migrate NormalDiffuseSpecularMapMaterial to be light-awareLaszlo Agocs2015-12-043-10/+4
* Migrate NormalDiffuseMap(Alpha)Material to be lights-awareLaszlo Agocs2015-12-043-8/+0
* Migrate GoochMaterial to be light-awareLaszlo Agocs2015-12-021-2/+0
* Migrate PhongAlphaMaterial to be light-awareLaszlo Agocs2015-12-022-6/+0
* Migrate DiffuseSpecularMapMaterial to be light-awareLaszlo Agocs2015-12-022-6/+0
* Migrate PerVertexMaterial to be light-awareLaszlo Agocs2015-12-022-7/+0
* Migrate DiffuseMapMaterial to be light-awareLaszlo Agocs2015-12-012-6/+0
* Unify the default and phong shadersLaszlo Agocs2015-12-012-6/+0
* Added missing export for QGoochMaterialTomi Korpipää2015-11-251-1/+1
* Default framegraph -> enable frustum cullingPaul Lemire2015-11-242-1/+6
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-239-20/+20
* Remove QAbstractTransform and friendsSean Harmer2015-11-172-2/+0
* Remove transforms property of QTransformSean Harmer2015-11-172-5/+1
* Add C++ QPhongAlphaMaterialPaul Lemire2015-11-164-2/+486
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-039-117/+117
* Doc: Updated the docs for the namespace changesVenugopal Shivashankar2015-10-272-4/+4
* Rename Renderer -> Render throughoutSean Harmer2015-10-1929-102/+102
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1314-40/+40
* Add "We mean it" warnings to private headersSean Harmer2015-10-1310-0/+110
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-1330-203/+207
* Doc: Added \inmodule statement where it was missingNico Vertriest2015-10-061-0/+1
* Merge remote-tracking branch 'origin/5.5' into devAndy Nichols2015-08-174-2/+488
|\
| * Add gooch material and exampleSean Harmer2015-07-044-2/+488
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-298-7/+8
|\|
| * Merge branch '5.5.0' into 5.5Sean Harmer2015-06-218-8/+8
| |\
| | * Doc: Fix multiple documentation issuesv5.5.0-rc1Topi Reinio2015-06-158-8/+8
| * | QNode parent changesPaul Lemire2015-06-111-0/+1
| |/
* | Merge branch '5.5' into devSean Harmer2015-06-0520-149/+678
|\|
| * Do not pass `this` to Private c-torKonstantin Ritt2015-05-2018-36/+36
| * QSkyboxEntity default addedPaul Lemire2015-05-104-2/+467
| * Fix typo in QPhongMaterialPaul Lemire2015-05-091-1/+1
| * Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-148-217/+202
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-1710-8/+310
|\|
| * Prefer q_func() over direct access to q_ptrKonstantin Ritt2015-03-167-7/+7
| * Add new material QPerVertexColorMaterialLorenz2015-03-114-2/+304
* | Doc: link and qdoc errors Qt3DNico Vertriest2015-03-116-167/+99
|/
* Copyright header change.Mika Salmela2015-02-0921-399/+294
* Make ctor of QAbstractTextureProvider protectedPaul Lemire2015-02-084-8/+8
* QTexture renamed to QAbstractTextureProviderPaul Lemire2015-02-0812-87/+87
* Remove default uniform values for lightPosition and intensityLaszlo Agocs2015-02-0212-1/+45
* QForwardRender: default forward rendering framegraphPaul Lemire2015-01-184-2/+345
* Fix documentation errors in QPhongMaterialSean Harmer2015-01-102-28/+44
* Default cpp materials + material-cpp examplePaul Lemire2014-12-3119-29/+2304
* Added QPhongMaterialPaul Lemire2014-12-224-0/+441