mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Provide node names in gltf serializer
This commit is contained in:
@@ -179,6 +179,7 @@ void GltfSerializer::write(const IfcGeom::TriangulationElement<real_t>* o) {
|
||||
// glTF validator complains about identity matrices
|
||||
node["matrix"] = matrix_flat;
|
||||
}
|
||||
node["name"] = object_id(o);
|
||||
|
||||
int current_mesh_index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user