mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Option to write Earth-Centered Earth-Fixed glTF
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user