summaryrefslogtreecommitdiffstats
path: root/src/render/lights
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add note about implementation specific property meaningPaul Wicking2019-12-104-18/+84
* Clean up includesMike Krus2019-10-013-3/+0
* Update QAbstractLight to use direct syncMike Krus2019-09-182-8/+12
* Update QEnvironmentLight to use direct syncMike Krus2019-09-182-6/+11
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-241-3/+31
|\
| * Expand EnvironmentLight documentationMichael Brasser2019-08-201-3/+31
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-304-0/+63
|\|
| * Provide more detail in *Light documentationMichael Brasser2019-07-234-0/+63
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-1/+24
|\|
| * Doc: Extend Qt3D documentationPaul Wicking2019-06-071-1/+24
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-261-0/+5
|\|
| * Cache light/renderable/computable vectorsJames Turner2019-04-101-0/+5
* | Switch export macros to standard formKai Koehne2019-04-0210-10/+10
|/
* QEnvironmentLight: add uniforms for envmaps sizePaul Lemire2018-12-203-6/+49
* QEnvironmentLight: fix wrong getter callPaul Lemire2018-12-191-1/+1
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-281-6/+0
* Merge branch '5.10' into devSean Harmer2018-01-171-2/+2
|\
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+2
| |\
| | * Fix includes of Qt classesFriedemann Kleint2017-11-231-2/+2
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-252-4/+4
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-253-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-012-11/+20
|\|
| * Doc: add doc to undocumented methods qt3dNico Vertriest2017-08-292-11/+20
* | This method has no implementationKevin Ottens2017-07-171-1/+0
|/
* Add missing private export macrosMike Krus2017-06-165-5/+10
* Add QEnvironmentLight into Qt3DRenderKevin Ottens2017-02-246-0/+512
* LCOV exclusion comments squashedPaul Lemire2016-11-232-2/+2
* Save per-fragment normalization by doing it CPU side once when setSean Harmer2016-07-121-2/+3
* Move LightSource to dedicated filePaul Lemire2016-07-033-2/+149
* Fix QSpotLight direction handlingKevin Ottens2016-07-021-0/+2
* Skeletal Doc for render-lightsColin Ogilvie2016-05-284-10/+111
* Initialize dynamic properties of lightsSean Harmer2016-05-251-0/+2
* Default constant of attenuation to 1.0Sean Harmer2016-05-252-2/+2
* De-inline some more dtors of non-leaf Private classesMarc Mutz2016-05-192-0/+5
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-198-1/+25
* Add more explicitMarc Mutz2016-05-144-6/+5
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-103-3/+3
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-032-10/+0
* Remove virtual QBackendNode *create(QNode *frontend) constSean Harmer2016-05-012-9/+0
* Q_NULLPTR -> nullptrSean Harmer2016-05-015-7/+7
* Strip out cloning subsystemSean Harmer2016-04-297-29/+1
* Fix direction for directional and spot lightsKevin Ottens2016-04-282-6/+6
* QAbstractLight now inherits directly QComponentKevin Ottens2016-04-2811-90/+113
* Whitespace fixKevin Ottens2016-04-281-1/+1
* Prevent QAbstractLight instances creationKevin Ottens2016-04-283-12/+1
* Make the type property read-only on QAbstractLightKevin Ottens2016-04-282-12/+1
* Rename QLight to QAbstractLightKevin Ottens2016-04-2814-76/+76
* QNode: make cleanup a private slotPaul Lemire2016-04-232-6/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-213-3/+3
* QSpotLight API inconsistency addressedRobert Brock2016-04-193-54/+45