summaryrefslogtreecommitdiffstats
path: root/src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-12-17 18:22:59 +0200
committerAntti Määttä <antti.maatta@qt.io>2020-01-13 13:27:28 +0200
commit49fba62dfff3166e44a4b85f99180c27f2bba69e (patch)
treeb7d1d2efb96115e30b44354f0f2e2eaa494aef60 /src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp
parent9f9c5497ac52b40ef336a0931cbac6068f6035e9 (diff)
Implement ordered group
Add ordered property to group, which disables automatic depth sorting for that group and all it's children. The group as a whole gets sorted with other objects as if it was one object. Task-number: QT3DS-3820 Change-Id: Iea71917fc78f4c543aa944d851c77b6794bd7d80 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp')
-rw-r--r--src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp b/src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp
index c1c0071..c529515 100644
--- a/src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp
+++ b/src/dm/systems/Qt3DSDMComposerTypeDefinitions.cpp
@@ -317,6 +317,7 @@ struct DataConstructor<SObjectRefType>
#define QT3DS_WCHAR_T_lightmapshadow L"lightmapshadow"
#define QT3DS_WCHAR_T_controlledproperty L"controlledproperty"
#define QT3DS_WCHAR_T_variants L"variants"
+#define QT3DS_WCHAR_T_ordered L"ordered"
const wchar_t *ComposerObjectTypes::Convert(ComposerObjectTypes::Enum inType)
{