summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d
Commit message (Collapse)AuthorAgeFilesLines
* QNode PropertyTrackMode cleanupPaul Lemire2017-02-246-1/+113
| | | | | | Task-number: QTBUG-58897 Change-Id: Ie92c26e7b34ea7730461786f484ff50b003f747a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add unit tests for Quick3DBuffer::readBinaryFilePaul Lemire2017-01-133-1/+105
| | | | | Change-Id: I8a4b14bd830774ac15d7d77efdb26797b197ba70 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Update Quick3D render import unit testPaul Lemire2016-12-161-2/+3
| | | | | Change-Id: I2cdee0e8868ea7648c3ec10a9c4b497147a3e9d4 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add unit tests to check all Quick3D Core importsPaul Lemire2016-12-165-1/+115
| | | | | Change-Id: I36337bce891866cbed919f80de721f5e44aa316d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add unit tests to check all Quick3DInput importsPaul Lemire2016-12-165-1/+124
| | | | | Change-Id: Ia95dc4f5a8ac3494e2137a9f26ed70180ba15eaa Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add unit tests to check all Quick3D Render importsPaul Lemire2016-12-155-1/+229
| | | | | Change-Id: Ic61858f47b6f68017e7a2a79b9500b9260ef4d8a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-286-37/+59
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/input/backend/updateaxisactionjob.cpp src/render/renderstates/qalphacoverage.cpp src/render/renderstates/qclipplane.cpp src/render/renderstates/qdithering.cpp src/render/renderstates/qseamlesscubemap.cpp src/render/renderstates/qstenciltest.cpp Change-Id: I5b279d30bbbb06af5e8ee9fc47e9794b78a567f5
| * NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-146-37/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, elements created by the NodeInstantiator are children of the instantiator itself. Change that to parent them in the instantiator parent instead. Rationale for that is that it will behave similarly to Repeater this way, and gives a chance of using NodeInstantiator in frame graphs. Indeed, anything which is not a FrameGraphNode gets pruned in that context that would include branches starting from NodeInstantiator. Change-Id: I651a51471d92fcf466c9abd5dbbbfa2960ef1247 Task-Id: QTBUG-55908 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-1/+1
|/ | | | | Change-Id: Ic5b9447ef9ba54124553775b973d616af22b7032 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-237-1/+264
| | | | | | | | | | Just need to be a little careful in QNode::setParent() and the helper in case the qml engine sets a QObject parent but QNode doesn't know about it yet. Task-number: QTBUG-47055 Change-Id: I30269bd230ee6eacd2816282fd48f879cfb7c83a Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
* Fix CLANG reported warningsMike Krus2016-05-021-5/+5
| | | | | | | Ignored 3rd party libraries Change-Id: I20e1feac64a8fbfafc736b24d6d8c591192e817b Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Unify license header usageAntti Kokko2016-01-262-34/+18
| | | | | | | | 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>
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-167-11/+17
| | | | | | | Makes the QML imports consistent with the C++ namespaces. Change-Id: I8c781a67a9010124bd22bb1fab16c4f1082fd962 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
| | | | | | | Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Added NodeInstantiatorSean Harmer2015-02-2810-0/+437
Hopefully in the long term we can make the renderer smart enough that it can automatically use instancing to render such things. Change-Id: I9f5cfabeea11f5e6b925d5ad2466afa8e601e6f8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>