Skip to content

mago-3d-tiler v1.7.0

Latest
Compare
Choose a tag to compare
@znkim znkim released this 05 Jun 07:02
· 2 commits to main since this release
dc7f860

image

[Changed in version 1.7.0]

Converted several samples, including data provided through issues, to improve the overall command input convenience and stability of the conversion function.

[Feature Additions]

  • Added the feature to convert Shape Polyline data to Pipe. It is possible to convert Shape with 3D Position and 'radius' attribute.
    You can also specify the radius property name directly with the -columnRadius <arg> option.
  • Added manuals for frequently used conversion cases, see manual.md file

[Feature Improvements]

  • Apply EPSG:3857 coordinate system when -crs is not entered.
  • Fixed the UP-Axis option. Before change -yUpAxis After change -swapUpAxis, -flipUpAxis
    It can now replace most Up-Axis cases.
  • Fixed to better recognize embedded textures.
  • The Tiler now infers the inputType from the filename without you having to enter it.
    If a KML file is present, it will be read first and if there is a mix of other 3D file formats, the first recognized data will be converted to inputType.
  • Optimized GLTF conversion by fixing some bugs.

[Notes]

  • It has been reported that macos version behaves abnormally after M1 chip.
    This is because the Lwjgl library does not yet support Apple's M-series architecture.