summaryrefslogtreecommitdiffstats
path: root/src/extras/defaults
Commit message (Expand)AuthorAgeFilesLines
...
| * | Doc: Add the correct namespace for QAbstractCameraControllerTopi Reinio2017-10-121-1/+1
| * | Doc: add doc to undocumented methods in qt3dwindow.cppNico Vertriest2017-10-091-1/+27
| * | Fix dolly in/out speed calculationSean Harmer2017-10-061-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-0521-879/+874
|\| |
| * | Add Qt3DExtras::QAbstractCameraControllerv5.10.0-beta1Andy Maloney2017-10-0310-843/+810
| * | Add textureScale to MetalRoughMaterialKevin Ottens2017-09-273-0/+35
| * | Move most vertex shaders into a unified oneKevin Ottens2017-09-278-16/+15
| * | Remove the *alpha.frag from extrasKevin Ottens2017-09-272-4/+4
| * | PhongAlpha: encode the alpha in kdKevin Ottens2017-09-272-16/+10
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-3/+3
|/ /
* | QMetalRoughMaterial replaces QTexturedMetalRoughMaterialKevin Ottens2017-09-044-475/+11
* | Use layers to have only one graph for Metal/RoughKevin Ottens2017-09-044-56/+177
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-013-1/+28
|\|
| * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-302-0/+12
| * Doc: add doc to undocumented methods qskyboxentity.cppNico Vertriest2017-08-211-1/+16
* | Introduce QSpriteSheetMike Krus2017-07-088-9/+640
* | Introduce QSpriteGridMike Krus2017-07-087-0/+669
* | Port Metal/Rough materials to shader graphsKevin Ottens2017-07-054-4/+20
* | Add textureTransform to QTextureMaterialMike Krus2017-06-303-12/+45
|/
* 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