summaryrefslogtreecommitdiffstats
path: root/src/extras
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0247-163/+288
|\
| * Coding convention fix for Src/ExtrasRobert Brock2017-04-0146-80/+115
| * Unroll loops in ES2 shadersMauro Persano2017-03-161-83/+173
* | Remove pointless template member function from QAbstractFunctorSean Harmer2017-03-301-1/+1
* | 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
* | Mark getters as const in QExtrudedTextMeshSean Harmer2017-03-282-6/+6
* | Pass by QString and QFont const ref in QExtrudedText* classesSean Harmer2017-03-284-12/+12
* | Mark ctor of QExtrudedTextMesh explicitSean Harmer2017-03-281-1/+1
* | Mark protected ctor of QExtrudedTextGeometry explicitSean Harmer2017-03-271-1/+1
* | 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
* | MetalRough: Don't call pbrIblModel if we have no env lightKevin Ottens2017-02-243-11/+16
* | Integrate the light uniforms in the metal/rough materialsKevin Ottens2017-02-242-25/+236
* | QDistanceFieldText cleanupPaul Lemire2017-02-239-129/+142
* | QDistanceFieldGlyphCache cleanupPaul Lemire2017-02-2312-361/+339
* | Move metal/rough exposure correction in the main() functionsKevin Ottens2017-02-232-9/+7
* | Move environment light uniforms in light.inc.fragKevin Ottens2017-02-235-16/+19
* | Start using REVISION on our propertiesKevin Ottens2017-02-232-2/+2
* | Metal/Rough materials: metallic -> metalnessKevin Ottens2017-02-168-49/+49
* | Extruded Text cleanupPaul Lemire2017-02-166-177/+122
* | Fix crash when running 3d-text examplev5.9.0-alpha1Antti Määttä2017-02-131-2/+5
* | Move animations from extras to animationsAntti Määttä2017-02-0723-2686/+0
* | Add accessor for QRenderSettingsMike Krus2017-02-062-0/+6
* | SkyboxEntity can gamma correct the fragmentsKevin Ottens2017-01-314-1/+46
* | QSkyBoxEntity: use QTextureLoader for dds cubemapsKevin Ottens2017-01-312-6/+15
* | QForwardRenderer exposes the gamma of its viewportKevin Ottens2017-01-312-0/+27
* | Don't hardcode gamma in metal/rough materialsKevin Ottens2017-01-312-4/+6
* | Remove exposure property from metal/rough materialsKevin Ottens2017-01-316-66/+0
* | Merge branch 'wip/animation' into devSean Harmer2017-01-3130-3/+3250
|\ \
| * | Animation support for Qt3DAntti Määttä2017-01-3130-3/+3251
* | | Uniform color PBR lighting to Qt3DExtrasKevin Ottens2017-01-316-0/+764
* | | QTexturedMetalRoughMaterial: albedo really is baseColorKevin Ottens2017-01-314-28/+28
* | | QDistanceFieldText: QEntity that renders textWieland Hagen2017-01-307-0/+923
* | | QDistanceFieldMaterial: distance field text rendering shadersWieland Hagen2017-01-309-0/+474
* | | QDistanceFieldGlyphCache: stores distance field texturesWieland Hagen2017-01-304-0/+539
* | | Add Qt3DExtras::QTextureAtlas classWieland Hagen2017-01-307-0/+925
* | | Adding PBR lighting to Qt3DExtrasKevin Ottens2017-01-277-2/+1013
* | | 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
|/ /