summaryrefslogtreecommitdiffstats
path: root/src/render/lights
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-1510-10/+10
|\
| * Switch export macros to standard formKai Koehne2019-04-0210-10/+10
* | Cache light/renderable/computable vectorsJames Turner2019-02-201-0/+5
|/
* 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
* Merge branch '5.6' into 5.7Sean Harmer2016-04-164-7/+7
|\
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-014-7/+7
* | QPointLight property changesRobert Brock2016-04-053-39/+27
* | RenderLightFunctor handles creationSean Harmer2016-03-312-0/+9
* | QSpotlight property renamingRobert Brock2016-03-233-23/+101
* | QDirectionalLight renamed direction to worldDirectionRobert Brock2016-03-083-14/+14
* | Added AbstractRenderer pointer to RenderBackendNodeWieland Hagen2016-02-242-2/+5
* | Dedicated QRenderBackendNodeWieland Hagen2016-02-241-1/+1
* | QBackendNodeFunctor -> QBackendNodeMapperPaul Lemire2016-02-231-1/+1
* | const QNodeId & -> QNodeIdPaul Lemire2016-02-222-4/+4