We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38ce8 commit 972a41fCopy full SHA for 972a41f
include/geode/model/representation/core/mapping.hpp
@@ -96,6 +96,8 @@ namespace geode
96
97
using ModelGenericMapping = ModelMapping< GenericMapping< uuid > >;
98
99
+ using ModelAddedComponentMapping = ModelMapping< std::vector< uuid > >;
100
+
101
using MeshElementMapping = GenericMapping< MeshElement, MeshElement >;
102
103
using MeshVertexMapping = GenericMapping< MeshVertex, MeshVertex >;
@@ -141,6 +143,7 @@ namespace geode
141
143
struct ModelMappings
142
144
{
145
ModelGenericMapping component_mapping;
146
+ ModelAddedComponentMapping added_component;
147
ModelMeshesElementMapping mesh_element_mapping;
148
ModelMeshesVertexMapping mesh_vertices_mapping;
149
};
0 commit comments