summaryrefslogtreecommitdiffstats
path: root/src/render/lights
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Removed factory member variableRobert Brock2016-02-072-3/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-17/+1
|\|
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-254-16/+0
| * Fixed some documentation warningsTomi Korpipää2016-01-191-1/+1
* | Unify license header usageAntti Kokko2016-01-2614-156/+198
|/
* Add support for spotlightsLaszlo Agocs2015-12-095-10/+11
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-098-23/+28
* Indicate light typeLaszlo Agocs2015-12-076-8/+41
* Add a default value for direction in QDirectionalLightLaszlo Agocs2015-12-041-0/+1
* Add attenuation factors for point lightsLaszlo Agocs2015-11-273-0/+79
* Lights phase 1: infrastructureLaszlo Agocs2015-11-2615-114/+247
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-234-16/+16
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-2/+3
* Qt3DRender::QSpotLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QPointLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QDirectionalLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-1/+1
* Qt3DRender::QAbstractLightPrivate: Remove unnecessary exportAndy Nichols2015-10-301-2/+1