summaryrefslogtreecommitdiffstats
path: root/src/render/raycasting
Commit message (Expand)AuthorAgeFilesLines
* Fix Coverity warningsMike Krus2019-10-212-0/+3
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-4/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-161-4/+4
| |\
| | * QRay3D: normalize the direction vector internallyPaul Lemire2019-07-151-4/+4
* | | Remove unused <QMap> includesMarc Mutz2019-07-221-1/+0
|/ /
* / Switch export macros to standard formKai Koehne2019-04-027-10/+10
|/
* Fix build without QtConcurrentTasuku Suzuki2018-06-012-0/+29
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-201-9/+14
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-281-14/+15
* Update QRay3D stream IOMike Krus2018-02-231-2/+7
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-159-54/+59
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Sean Harmer2018-02-051-0/+2
| |\
| | * Handle multiple surfaces properly for pickingMike Krus2018-01-261-0/+2
| * | Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-029-54/+57
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-4/+4
|/ /
* / Add support for line pickingMike Krus2017-05-261-3/+12
|/
* Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-021-0/+1
* Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-296-12/+34
|\
| * Retrieve uvw parameters when pickingAntti Määttä2017-01-246-11/+21
* | Namespace ray casting classesMike Krus2017-01-2015-21/+49
|/
* LCOV exclusion comments squashedPaul Lemire2016-11-233-3/+3
* Mark more types movable/primitive/sharedMarc Mutz2016-05-071-0/+1
* render: eradicate Q_FOREACH loops [remaining low-risk]Marc Mutz2016-05-052-2/+2
* Introduce local macros for declaring types as movable/primitive/sharedMarc Mutz2016-05-052-5/+3
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* QRayCastingService: don't iterate over QHash::values()Marc Mutz2016-04-301-3/+2
* QPickEvent refactoringMike Krus2016-03-121-1/+1
* Move QRay3D to Qt3DRender and make privateMike Krus2016-03-057-25/+520
* const QNodeId & -> QNodeIdPaul Lemire2016-02-224-5/+5
* Unify license header usageAntti Kokko2016-01-2612-132/+168
* Refactor picking to use one thread per entityMike Krus2016-01-254-1/+28
* Expose picking details to front endMike Krus2016-01-255-22/+47
* Turn all services private for nowKevin Ottens2015-12-121-1/+1
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-1013-0/+1120