Skip to content

Latest commit

 

History

History
154 lines (91 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

154 lines (91 loc) · 7.01 KB

xeokit-convert Changelog

6 September 2024

  • Improved gltf geometry reuse - #175
  • [FIX] Fix glTF geometry reuse - #174
  • Implement xkt's V11 export - #172
  • Rebuild - #170
  • Convert glTF with nodes without 'name' attributes - #169
  • chore: update package.json run scripts - #165

3 June 2024

  • [FIX] Fix LAS/LAS intensities for v1.2 - #161

6 May 2024

  • Make convert2xkt configs optional - #155

27 April 2024

  • [FIX] Convert nested named glTF nodes - #152
  • [FIX] Support glTF line loop primitive - #150
  • Fix file extension detection - #147
  • Fix source file extension detection - #146

14 April 2024

  • Use path lib to get input filename extension - #144

10 April 2024

  • Fix file path for JSON metamodel file in manifest for Windoze - #140

27 March 2024

  • Removed tests - #138
  • Fix output path for Windows - #137

14 March 2024

  • Fix conversion of manifests with external metamodels - #135
  • Remove duplicate information for "Converting IFC file data into XKT data" within the documentation - #134

24 April 2024

  • [FIX] Support glTF line loop primitive - #150

18 April 2024

  • Fix file extension detection - #147

18 April 2024

  • Fix source file extension detection - #146
  • Use path lib to get input filename extension - #144
  • Fix file path for JSON metamodel file in manifest for Windoze - #140
  • Removed tests - #138
  • Fix output path for Windows - #137
  • Fix conversion of manifests with external metamodels - #135
  • Remove duplicate information for "Converting IFC file data into XKT data" within the documentation - #134
  • Gltf triangles indices - #133
  • Support glb json independent splitting - #132

25 January 2024

  • Implement LAS skip option - #126
  • Enhanced configurability for LAS, CityJSON and IFC conversion - #121

10 January 2024

  • Fix disabletextures and disablenormals options - #120

10 August 2023

  • Update README - #114
  • Support split file output from ifc2gltf - #113

3 August 2023

  • support line-strip - #112
  • add commander in dependences, needed by cli - #110
  • Bump web-ifc - #106

20 December 2022

  • Update READMD to include TypeError: fetch failed - #91

3 September 2022

  • Improve memory performance - #78

22 August 2022

  • LoadAllGeometry does not return IFCSpace meshes, here is a workaround - #76

16 August 2022

  • Support texture params in XKT10 - #67
  • Make sure to export .external attribute for MetaObject JSON DTO - #61
  • Convert to XKT v10 - #50
  • Set exit code to zero when converting is successful completed - #47
  • Convert glTF using loaders.gl - #39

14 April 2022

  • Peformance improvement: avoid expensive glTF data loading/decoding. - #27
  • add rotateX - #15

30 November 2021

  • enable using the published npm package as CLI - #6