Parse a 3MF ArrayBuffer into a gltf-transform Document.
Note: 3MF files store geometry in millimetres with +Z up, while glTF uses
metres with +Y up. This importer normalizes geometry to glTF conventions so
the shared import pipeline can apply importTransform() consistently across
all formats.
Parse a 3MF ArrayBuffer into a gltf-transform Document.
Note: 3MF files store geometry in millimetres with +Z up, while glTF uses metres with +Y up. This importer normalizes geometry to glTF conventions so the shared import pipeline can apply
importTransform()consistently across all formats.