.glb --separate-z-up-node option

This commit is contained in:
Thomas Krijnen
2025-11-17 18:25:51 +01:00
parent 1b9acadd81
commit 9e9d664511
4 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ private:
std::ofstream fstream_, tmp_fstream1_, tmp_fstream2_;
std::map<std::string, int> materials_, meshes_;
json json_, node_array_;
boost::optional<json> ecef_transform_, north_rotation_;
boost::optional<json> ecef_transform_, north_rotation_, z_up_transform_;
int bufferViewId;
std::map<const IfcUtil::IfcBaseEntity*, size_t> node_indices_;
std::vector<size_t> roots_;