aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3ddefaultmaterial.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add warning about using the DefaultMaterial in new codeChristian Strømme2024-01-171-0/+6
* Move utility functions under the QSSGUtils namespaceChristian Strømme2023-09-041-2/+2
* Improve updatePropertyListenerChristian Strømme2022-07-121-28/+9
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Update Texture.mappingMode and related docsLaszlo Agocs2021-06-171-9/+22
* Fix to deal with emissive propertiesInho Lee2021-04-281-39/+14
* Improve blendMode docsLaszlo Agocs2020-12-161-8/+22
* Remove the connection map in the principled and default materialChristian Strømme2020-11-121-2/+0
* Doc: Improve the default material docChristian Strømme2020-11-051-14/+36
* Remove the shared pointer around the scene managerChristian Strømme2020-10-271-10/+10
* Move updatePropertyListener() and ConnectionMap out of QQuick3DObjectChristian Strømme2020-10-271-9/+9
* Make Custom-Principled identical, default to 0 in metalness everywhereLaszlo Agocs2020-10-081-0/+1
* Make sure QColors are converted to linear color spaceAndy Nichols2020-09-161-3/+4
* Remove ward specular modelAntti Määttä2020-09-111-1/+0
* Remove unsupported blendmodesKaj Grönholm2020-09-101-7/+0
* Fix a comment about specularTint's typeInho Lee2020-09-031-1/+1
* Introduce point size and line widthLaszlo Agocs2020-08-311-0/+68
* Remove the tesselation code pathsChristian Strømme2020-05-271-4/+2
* Document default material default values and rangesAntti Määttä2020-04-211-4/+7
* Fix type APIChristian Strømme2020-03-041-7/+3
* Add enum type to valuesTomi Korpipaa2020-02-261-1/+1
* Make property update connections uniqueAntti Määttä2020-02-111-10/+9
* Code clean-up: unnecessary-value-paramChristian Strømme2020-02-101-1/+1
* Fix scene manager node referencesAntti Määttä2020-02-071-46/+28
* Make QQuick3DGeometry public apiAntti Määttä2020-01-311-1/+1
* Move updatePropertyListener into the qquick3dobject classChristian Strømme2020-01-291-24/+0
* Implement support for packing single channel textures to alphaAntti Määttä2019-12-171-8/+92
* Dirty front-end objects when rendernode is createdMiikka Heikkinen2019-12-111-1/+9
* Doc: Fix some typos and grammar and formatting issuesLeena Miettinen2019-12-041-20/+20
* Remove the vertexLighting mode in the materialsChristian Strømme2019-11-201-4/+1
* Doc: Fix typo in lighting documentationChristian Strømme2019-11-201-2/+2
* Unify docsAntti Määttä2019-11-151-230/+203
* Remove instantiates from docs and update point lightAntti Määttä2019-11-111-1/+0
* Change BlendMode enum Normal to SourceOverChristian Strømme2019-10-301-1/+1
* Finish sceneRenderer -> sceneManager renameJohan Klokkhammer Helsing2019-10-271-32/+32
* Material: change property name from vertexColors to vertexColorsEnabledChristian Strømme2019-10-271-8/+8
* Material: Remove the emissivePower property from the principled materialChristian Strømme2019-10-271-2/+3
* Material: Rename the emissivePower propertyChristian Strømme2019-10-271-14/+18
* Material: remove diffuse map 2&3 propertiesChristian Strømme2019-10-241-78/+2
* Material: Remove prefix from enums in the default materialChristian Strømme2019-10-241-7/+7
* Include the alpha channel in the base colorChristian Strømme2019-10-021-1/+1
* New materialChristian Strømme2019-09-161-8/+8
* Fix typo (propery -> property)Mårten Nordheim2019-09-041-12/+12
* Long live QtQuick3D!Christian Strømme2019-08-231-0/+1031