Option to write Earth-Centered Earth-Fixed glTF

This commit is contained in:
Thomas Krijnen
2023-10-03 21:26:00 +02:00
parent 82d4829c83
commit 0e5e1f7873
6 changed files with 350 additions and 12 deletions
@@ -49,8 +49,11 @@ public:
/// Use Y UP .
/// Applicable for OBJ output.
USE_Y_UP = 1ULL << (IfcGeom::IteratorSettings::NUM_SETTINGS + 7ULL),
/// Write in ECEF coordinates.
/// Applicable to glTF output
WRITE_GLTF_ECEF = 1ULL << (IfcGeom::IteratorSettings::NUM_SETTINGS + 8ULL),
/// Number of different setting flags.
NUM_SETTINGS = 7
NUM_SETTINGS = 8
};
SerializerSettings()