Skip to content

mago-3d-tiler v1.5.0

Compare
Choose a tag to compare
@znkim znkim released this 28 Mar 11:12
· 293 commits to main since this release
97e630b

[Changed in version 1.5.0]

We've added support for IndoorGML and CityGML formats, improved the functionality of Points-Cloud and Extrusion Model, and cleaned up the command options.

[Feature Additions]

  • Now also converts the InnerRing of a Polygon when creating an Extrusion Model.

  • When generating i3dm with Shape, you can optionally specify a 3D file to use as an instance.
    --inputType shp --outputType i3dm --instance ./instance.glb

  • Support IndoorGML->3DTiles conversion (experimental)
    --inputType indoorgml

  • Parse and convert more of the contents of CityGML. It also supports MultiSurfaces in LOD2 and LOD3.
    --inputType citygml

  • Building Skirt has been added to Extrusion models such as Shape and Geojson. By default, it is now generated 4 meters deeper from the bottom of the building.
    --skirtHeight 10.0

  • New: Skip points can now be set in Points-Cloud. This can be utilized when LAS data is too large.
    --pointSkip 4

[Feature Improvements]

  • Reorganized Tessellator: now works in 3D.
  • Cleaned up unused Options.
  • Reverted Normal to Float instead of Byte in GLTF.
  • Automatically apply "Refine ADD" option when selecting Shape, Geojson, indoorGML, and CityGML.