summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d
Commit message (Expand)AuthorAgeFilesLines
* Update QtQuick API to build with 5.15Mike Krus2021-01-111-2/+2
* Fix deprecated API usage and compile warningsMike Krus2020-11-203-6/+6
* Follow up on change of QQmlListProperty to qsizetypeMike Krus2020-11-201-0/+2
* Fix resource path for 3dcore testPaul Lemire2020-10-291-1/+1
* Use internal CMake APIMike Krus2020-10-076-9/+9
* Make DebugOverlay accessible from QMLMichael Brasser2020-10-021-0/+2
* Use QList instead of QVector in testsJarek Kobus2020-07-092-5/+3
* Use QList instead of QVectorJarek Kobus2020-07-071-1/+1
* QNode: remove property tracking modePaul Lemire2020-06-177-152/+1
* Add support for building with CMakeMike Krus2020-05-228-0/+256
* Fix build for Qt6Mike Krus2020-05-061-1/+2
* Geometry refactoringMike Krus2020-02-274-8/+8
* Update QML import tests following 5.14 additionsPaul Lemire2019-09-192-0/+6
* Register QShaderImage type with QMLPaul Lemire2019-06-051-0/+2
* Register QWaitFence/QSetFence with QML modulePaul Lemire2018-10-111-0/+2
* Register QSharedGLTexture to qmlPaul Lemire2018-10-081-0/+2
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-7/+7
* Add QProximityFilter FrameGraphNodePaul Lemire2017-08-181-0/+2
* Add extension object for QJoint to manage child joints from QMLSean Harmer2017-08-161-0/+1
* Export QSkeletonLoader and base class to QMLSean Harmer2017-08-081-0/+1
* Export QArmature to QMLSean Harmer2017-08-081-0/+3
* Update NodeInstantiator's children on parent updateMauro Persano2017-06-163-0/+45
* QNode PropertyTrackMode cleanupPaul Lemire2017-02-246-1/+113
* Add unit tests for Quick3DBuffer::readBinaryFilePaul Lemire2017-01-133-1/+105
* Update Quick3D render import unit testPaul Lemire2016-12-161-2/+3
* Add unit tests to check all Quick3D Core importsPaul Lemire2016-12-165-1/+115
* Add unit tests to check all Quick3DInput importsPaul Lemire2016-12-165-1/+124
* Add unit tests to check all Quick3D Render importsPaul Lemire2016-12-155-1/+229
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-286-37/+59
|\
| * NodeInstantiator created nodes go to its parentv5.7.1Kevin Ottens2016-10-146-37/+59
* | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-1/+1
|/
* Add hook to set QNode parent when creating a QNode in QMLSean Harmer2016-05-237-1/+264
* Fix CLANG reported warningsMike Krus2016-05-021-5/+5
* Unify license header usageAntti Kokko2016-01-262-34/+18
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-167-11/+17
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-1/+1
* Added NodeInstantiatorSean Harmer2015-02-2810-0/+437