aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dabstractlight.cpp
Commit message (Expand)AuthorAgeFilesLines
* docs: add missing \since 6.9Jonas Karlsson2025-01-131-0/+2
* Add support for 32 bit shadowmapsJonas Karlsson2024-11-181-0/+26
* Docs: add some missing 'since 6.8' macrosJonas Karlsson2024-10-171-0/+4
* Add 4K ultra shadow map resolutionJonas Karlsson2024-09-241-4/+7
* Fix frustum dimensions in shadowmap shaderJonas Karlsson2024-09-171-6/+3
* Add PCF soft shadows supportKristoffer Skau2024-05-281-5/+77
* qq3dabstractlight: use explicit shadow map sizesJonas Karlsson2024-02-281-4/+4
* Move utility functions under the QSSGUtils namespaceChristian Strømme2023-09-041-2/+2
* Doc: Specify units for properties with defined default valuesAndreas Eliasson2023-07-061-1/+1
* Improve sorting/priority of dirty nodesChristian Strømme2022-07-071-2/+7
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Add basic baked lightmap supportLaszlo Agocs2022-05-271-5/+78
* Move dirty flag check in QQuick3DAbstractLightChristian Strømme2022-04-271-3/+3
* Attempt to clean-up some of the flags in our backend nodesChristian Strømme2022-04-251-0/+3
* Update Light.scope docsLaszlo Agocs2022-03-301-2/+7
* Overhaul the run-time type table and usageChristian Strømme2021-03-261-2/+4
* doc: improve LightsJonas Karlsson2020-10-261-3/+5
* Make sure QColors are converted to linear color spaceAndy Nichols2020-09-161-3/+3
* Remove Support for AreaLightAndy Nichols2020-09-071-1/+1
* Adjust Light brightness to represent the real valueAndy Nichols2020-08-311-1/+1
* Set default Shadow filter factor to 5 rather than 35Andy Nichols2020-04-171-1/+1
* Fix type APIChristian Strømme2020-03-041-4/+5
* Add enum type to valuesTomi Korpipaa2020-02-261-1/+1
* Improve lights documentationKaj Grönholm2020-02-131-1/+11
* Make QQuick3DGeometry public apiAntti Määttä2020-01-311-1/+1
* Dirty front-end objects when rendernode is createdMiikka Heikkinen2019-12-111-0/+10
* Unify docsAntti Määttä2019-11-151-64/+43
* Fix light shadow propertiesKaj Grönholm2019-11-141-0/+6
* Remove instantiates from docs and update point lightAntti Määttä2019-11-111-1/+0
* Remove all propertyChanged signal argumentsRichard Moe Gustavsen2019-11-051-10/+10
* Let slot parameters be passed as const referencesRichard Moe Gustavsen2019-10-311-2/+2
* Finalize light api documentationTomi Korpipaa2019-10-301-1/+7
* Lights: Remove shadow field of viewAntti Määttä2019-10-291-24/+0
* Implement light related changesAntti Määttä2019-10-251-0/+369