summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.9.0' into 5.9Sean Harmer2017-05-201-2/+0
|\
| * Don't use seamless cubemap on GL <3.2Sean Harmer2017-05-171-2/+0
* | Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-154-51/+147
|/
* Enable the seamless cubemap extension for SkyboxEntitySean Harmer2017-04-141-0/+5
* Don't generate mips for skybox entity when using loaded textureSean Harmer2017-04-141-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0228-61/+72
|\
| * Coding convention fix for Src/ExtrasRobert Brock2017-04-0128-61/+72
* | Pass QVector2D by value in QTextureMaterialSean Harmer2017-03-282-3/+3
* | Mark protected ctor of QTexturedMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Mark property setters in QSkyboxEntity as slotsSean Harmer2017-03-281-4/+4
* | Mark protected ctor of QMetalRoughMaterial explicitSean Harmer2017-03-281-1/+1
* | Add arguments to notify signals in QFirstpersonCameraControllerSean Harmer2017-03-282-4/+4
* | Doc: added parameter specificationsNico Vertriest2017-03-211-1/+1
* | Don't call QWindow::create() from the constructorSean Harmer2017-03-151-1/+0
* | Use correct license for library source codeSean Harmer2017-03-152-64/+36
* | Add zooming with scroll wheel to default camera controllersAndy Maloney2017-03-144-0/+34
* | Remove env light API from metal/rough materialsKevin Ottens2017-02-246-155/+14
* | Move environment light uniforms in light.inc.fragKevin Ottens2017-02-232-4/+4
* | Start using REVISION on our propertiesKevin Ottens2017-02-232-2/+2
* | Metal/Rough materials: metallic -> metalnessKevin Ottens2017-02-166-38/+38
* | Add accessor for QRenderSettingsMike Krus2017-02-062-0/+6
* | SkyboxEntity can gamma correct the fragmentsKevin Ottens2017-01-313-0/+31
* | QSkyBoxEntity: use QTextureLoader for dds cubemapsKevin Ottens2017-01-312-6/+15
* | QForwardRenderer exposes the gamma of its viewportKevin Ottens2017-01-312-0/+27
* | Remove exposure property from metal/rough materialsKevin Ottens2017-01-316-66/+0
* | Merge branch 'wip/animation' into devSean Harmer2017-01-314-3/+496
|\ \
| * | Animation support for Qt3DAntti Määttä2017-01-314-3/+497
| |/
* | Uniform color PBR lighting to Qt3DExtrasKevin Ottens2017-01-314-0/+546
* | QTexturedMetalRoughMaterial: albedo really is baseColorKevin Ottens2017-01-313-26/+26
* | Adding PBR lighting to Qt3DExtrasKevin Ottens2017-01-274-2/+693
* | Add (ac|de)celeration to QFirstPersonCameraControllerKevin Ottens2017-01-273-1/+74
* | QSkyboxEntity: fix cubemap loadingKevin Ottens2017-01-271-0/+6
* | Add missing properties to QSkyboxEntityKevin Ottens2017-01-272-2/+4
* | Align QForwardRenderer API with its QML counterpartKevin Ottens2017-01-272-0/+43
* | Introduce QTextureMaterialKevin Ottens2017-01-274-2/+405
|/
* Skybox: add documentation about issues with frustum cullingPaul Lemire2017-01-111-1/+4
* Allow Qt3DWindow::setRootEntity() after window has been shownWieland Hagen2017-01-071-5/+7
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Doc: corrected namespace statement in docNico Vertriest2016-12-061-5/+5
* QOrbitCameraController: proper bookkeeping of cameraPaul Lemire2016-11-181-0/+12
* QFirstPersonCameraController: proper bookkeeping of cameraPaul Lemire2016-11-181-0/+12
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-204-36/+186
|\
| * Fix QForwardRenderer docsMiikka Heikkinen2016-09-051-29/+70
| * Fix camera controllersMiikka Heikkinen2016-09-053-7/+116
* | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-059-131/+179
|\|
| * Qt3DExtra materials documentation fixesMiikka Heikkinen2016-09-029-131/+179
* | QOrbitCameraController: disable logical device when disabledPaul Lemire2016-08-271-0/+4
* | QFirstPersonCameraController: disable logical device when disabledPaul Lemire2016-08-271-0/+4
* | QSkyboxEntity: remove camera translation propertyPaul Lemire2016-08-263-34/+0
* | QForwardRenderer: use modern style connectPaul Lemire2016-08-261-5/+6