summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/scene3d/scene3ditem_p.h
Commit message (Expand)AuthorAgeFilesLines
* Finish removing traces of Scene3DViewMike Krus2020-10-281-1/+0
* Render enough frames to flush the Qt3D pipeline when dirtySean Harmer2020-10-211-0/+3
* Remove Scene3DViews supportPaul Lemire2020-08-261-7/+0
* rhi: apply Scene3D changes from 5.15Paul Lemire2020-08-261-6/+9
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* Scene3DRender: connect to beforeRenderPassRecording to perform drawPaul Lemire2020-06-171-2/+0
* Fix build for Qt6Mike Krus2020-05-061-0/+1
* Allow for when a Scene3D item switches screensAndy Shaw2020-03-131-2/+8
* Revert "Allow for when a Scene3D item switches screens"Paul Lemire2020-02-181-8/+2
* Allow for when a Scene3D item switches screensAndy Shaw2020-02-071-2/+8
* Scene3D: fix next frame update requestPaul Lemire2019-10-151-0/+1
* Introduce Scene3DViewPaul Lemire2019-08-271-0/+9
* Scene3D: introduce compositingMode (FBO or Underlay)Paul Lemire2019-08-271-0/+13
* Make Scene3D rendering use the Manual Qt3D drive modePaul Lemire2019-08-071-0/+3
* Merge branch '5.10' into devSean Harmer2018-01-171-1/+1
|\
| * Set devicePixelRatio on item size changeMorten Johan Sørvig2017-12-141-1/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-2/+2
|/
* Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-061-1/+1
* Fix Scene3D initialization in QQuickWidgetLaszlo Agocs2017-04-031-0/+3
* Coding convention fix for Src/importscore, importsextras,5.8Robert Brock2017-04-011-1/+1
* LCOV exclusion comments squashedPaul Lemire2016-11-231-1/+1
* Scene3DItem: add the hoverEnabled propertyPaul Lemire2016-04-281-0/+4
* Fix picking with Scene3DMäättä Antti2016-03-111-0/+1
* Fix Scene3DItem to prevent ignoring of mouseMove and mouseRelease EventsColin Ogilvie2016-02-111-0/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Add automatic aspect ratio support for camera in Scene3DSean Harmer2016-01-191-0/+17
* Automatically set the render surface on a Scene3D itemSean Harmer2016-01-191-0/+1
* Revert "Fix crash when Scene3DItem is removed from scene"Mauro Persano2016-01-151-1/+0
* Fix crash when Scene3DItem is removed from sceneMauro Persano2016-01-111-0/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-171-0/+11
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-6/+6
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-131-5/+7
* Add a property to Scene3D to control multisamplingLaszlo Agocs2015-08-071-0/+7
* Scene3D: Properly handle shutdowns with QtQuick LoadersPaul Lemire2015-07-231-0/+93