summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3ditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Scene3D: handle flipping based on the RHI backend in usePaul Lemire2020-11-261-1/+4
* Finish removing traces of Scene3DViewMike Krus2020-10-281-10/+1
* Trigger an update on the quick window when creating a render aspectSean Harmer2020-10-211-0/+3
* Render enough frames to flush the Qt3D pipeline when dirtySean Harmer2020-10-211-4/+16
* Enable RHI Renderer by defaultMike Krus2020-09-141-4/+3
* Remove Scene3DViews supportPaul Lemire2020-08-261-84/+2
* rhi: apply Scene3D changes from 5.15Paul Lemire2020-08-261-95/+277
* Scene3D refactoringPaul Lemire2020-08-101-7/+4
* Handle backend type based on QtQuick settingsMike Krus2020-08-051-0/+4
* Refactor Scene3D to work with both RHI and GL Qt3D renderersPaul Lemire2020-07-291-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Delete offscreen surface when doneMike Krus2020-06-291-0/+2
* Remove the OpenGL Render ThreadMike Krus2020-06-191-1/+1
* Scene3DRender: connect to beforeRenderPassRecording to perform drawPaul Lemire2020-06-171-16/+0
* Remove use of clear before rendering settingsMike Krus2020-06-171-12/+13
* Fix Clang 10 warning about initialization in the wrong orderThiago Macieira2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Antti Määttä2020-04-211-31/+89
|\
| * Allow for when a Scene3D item switches screensAndy Shaw2020-03-131-31/+89
| * Revert "Allow for when a Scene3D item switches screens"Paul Lemire2020-02-181-82/+32
| * Revert "Add in a call to applyAspects() that accidently got missed"Paul Lemire2020-02-181-1/+0
| * Add in a call to applyAspects() that accidently got missedAndy Shaw2020-02-161-0/+1
| * Allow for when a Scene3D item switches screensAndy Shaw2020-02-071-32/+82
* | Make Scene3DItem accept hover eventPaul Lemire2020-03-261-0/+1
* | Fix documentation formatting for UnderlayMichael Brasser2020-03-241-2/+0
* | Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-1/+1
|/
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-6/+17
|\
| * Fix OnDemand rendering with Scene3Dv5.14.0-rc2v5.14.0Paul Lemire2019-12-041-6/+17
* | Restore default rendering behavior of Scene3DMike Krus2019-11-281-1/+3
|/
* Doc: Fix documentation warningsTopi Reinio2019-11-131-1/+1
* Scene3D: handle aspect ratio updates in Underlay modePaul Lemire2019-10-281-13/+33
* Scene3D: halt Qt3D simulation loop while not visiblePaul Lemire2019-10-251-0/+11
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Scene3D: fix next frame update requestPaul Lemire2019-10-151-3/+13
* Merge remote-tracking branch 'origin/5.13' into 5.14Paul Lemire2019-10-151-0/+4
|\
| * Make sure right screen is set on QOpenGLContext and QOffscreenSurfaceAndy Shaw2019-10-101-0/+5
* | Introduce Scene3DViewPaul Lemire2019-08-271-9/+108
* | Refactor Scene3D internals prior to Scene3DView introductionPaul Lemire2019-08-271-22/+29
* | Scene3D: introduce compositingMode (FBO or Underlay)Paul Lemire2019-08-271-5/+85
* | Make Scene3D rendering use the Manual Qt3D drive modePaul Lemire2019-08-071-0/+79
|/
* Doc: Fix missing code snippet in Scene3DTopi Reinio2019-05-151-1/+1
* Expand Scene3D documentationMichael Brasser2019-03-201-16/+28
* Fix loading of animation aspect on iOSMike Krus2018-12-201-1/+13
* Scene3D crashing on destructionMichael Dippold2018-09-271-3/+0
* Doc: Fix Scene2D and Scene3D QML modules uriTakumi ASAKI2018-08-171-1/+1
* Doc: Add basic documentation for Scene3D QML modulePaul Wicking2018-04-261-5/+57
* Merge branch '5.9' into 5.10Sean Harmer2018-01-121-2/+4
|\
| * Set devicePixelRatio on item size changeMorten Johan Sørvig2017-12-141-2/+4
* | Allow to disable aspects at configure timePaul Lemire2017-08-021-1/+19
|/
* Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-061-1/+1
* Fix Scene3D initialization in QQuickWidgetLaszlo Agocs2017-04-031-2/+20