summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/triangleboundingvolume
Commit message (Collapse)AuthorAgeFilesLines
* Move QRay3D to Qt3DRender and make privateMike Krus2016-03-051-9/+9
| | | | | | Change-Id: I30f328e1d71d1c27b6647b63cbf480ea0937dd68 Task-Id: QTBUG-51500 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Unify license header usageAntti Kokko2016-01-261-17/+9
| | | | | | | | Updated license headers to use new GPL-EXCEPT header instead of LGPL3 one (in those files which will be under GPL 3 with exceptions) Change-Id: I930c6234bfe720d38c596bbc3d1f39be75a7328b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-161-4/+4
| | | | | | | | Also get rid of Qt3DRender::QWindow and of the hard codes camera controller. Change-Id: I307735d01caf97b7a690b28de8dc99fc9866c35f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Move all raycasting code as private in Qt3DRenderKevin Ottens2015-12-101-3/+3
| | | | | Change-Id: I871cbc57166493f30ea307305d8664e2f8a8873f Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add unit tests for triangleboundingvolumePaul Lemire2015-11-242-0/+234
Change-Id: I05f3450bbb037c2d8b9bf45a3d6eb66d1db846bd Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>