summaryrefslogtreecommitdiffstats
path: root/src/render/backend/cameralens.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-2/+0
|\
| * CameraLens::viewMatrix() remove qDebug which has a noticeable performance impactPaul Lemire2020-03-171-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-101-1/+2
|\|
| * Move common job handling out of RendererMike Krus2020-03-061-1/+2
* | Remove deprecated classes and functionsPaul Lemire2020-02-111-2/+2
|/
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+2
* Refactor ViewAll to not use commandsMike Krus2019-12-041-33/+23
* Add manual test to check manual render loopPaul Lemire2019-10-251-0/+4
* Clean up includesMike Krus2019-10-011-1/+0
* Update QCameraLens to use direct syncPaul Lemire2019-09-241-49/+39
* Replace QLatin1Literal with QLatin1StringGiuseppe D'Angelo2019-06-111-3/+3
* Iterate on child handlesMike Krus2019-05-251-0/+1
* Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-021-10/+12
* Merge branch '5.9' into 5.10Sean Harmer2018-01-251-1/+13
|\
| * Fix issues due to changes in camera view matrixMike Krus2018-01-241-0/+12
* | Share common code to extract camera detailsMike Krus2017-07-031-0/+15
* | Add support to move the camera so that the entire model is visibleMike Krus2017-05-231-3/+85
* | Camera: add pointer back to aspectMike Krus2017-05-231-0/+33
|/
* Set camera lens exposure on creation of backend nodeSean Harmer2017-04-141-0/+1
* Add exposure to QCameraLens APIKevin Ottens2017-01-311-0/+8
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-2/+2
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-101-1/+1
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-6/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-2/+2
* CameraLens: use m_enabled property from QBackendNodePaul Lemire2016-04-151-5/+2
* Remove last vestiges of CameraLens' clearColorSean Harmer2016-04-101-1/+0
* CameraLens handles creationSean Harmer2016-04-101-3/+11
* Remove ParameterMappingPaul Lemire2016-02-261-1/+1
* Propagate backend node changes to Renderer; render-on-demandWieland Hagen2016-02-241-0/+2
* Dedicated QRenderBackendNodeWieland Hagen2016-02-241-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-1/+1
* Remove some uncessary QOpenGL* includesAndy Nichols2015-11-031-2/+0
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-1/+1
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Rename RenderCameraLens -> CameraLensSean Harmer2015-10-131-0/+105