summaryrefslogtreecommitdiffstats
path: root/src/dm/systems/Qt3DSDMValue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use logging categories with all debug messagesAntti Määttä2019-10-071-5/+3
| | | | | | | | Task-number: QT3DS-3712 Change-Id: Ibb751d2ad462685f0ba39cef6a4d932708faac57 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Change Float4 to use QVector4DJere Tuliniemi2019-08-131-1/+1
| | | | | | | | | This fixes a bug on the editor side and makes Float4 be in line with the other types using QVector3D and QVector2D. Task-number: QT3DS-3824 Change-Id: Iee04c56575e91afa1e3e27ed02abbe50a72231e0 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
* Add support for Float3 and Float4 property typesJere Tuliniemi2019-08-091-6/+9
| | | | | | | | | | | | | Float3 is an alternative naming for Vector, Rotation and Scale types inline with the Float2 naming. Float4 is an alternative to the Color type, but allows the editor to show each channel as an input box. Task-number: QT3DS-3824 Change-Id: I3f37712631015884d222743af32779b08c24fee8 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
* Long live the slayer!Pasi Keränen2019-06-071-0/+178
Initial commit of OpenGL Runtime to repository. Based on SHA1 61823aaccc6510699a54b34a2fe3f7523dab3b4e of qt3dstudio repository. Task-number: QT3DS-3600 Change-Id: Iaeb80237399f0e5656a19ebec9d1ab3a681d8832 Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>