v1.1.25
What's Changed
IMPORTANT! Buffer compression is not default
As of version v1.1.25, xeokit-convert does not compress buffers by default.
To maintain the old behavior, use the -b option:
node convert2xkt.js -a manifest.json -o model.xkt -bOtherwise, we recommend using native webserver/browser compression (gzip) instead, which is more efficient.
Other changes:
- refactor: write conversionDate in ISO format in manifest by @mlankamp in #190
- Extend gltfToXktConvert to handle extras attribute for IfcAxisLabels by @ijlal99 in #194
New Contributors
Full Changelog: v1.1.24...v1.1.25