Skip to content

mago-3d-tiler v1.8.1

Compare
Choose a tag to compare
@znkim znkim released this 30 Aug 06:08
· 31 commits to main since this release

railway

[HotFix 1.8.1 Change Log]

  • Change to add attributes when converting pipes
  • Handling nulls on ASCII conversion failures

[Changed in version 1.8.0]

This release is an overall enhancement.
Tessellation was enhanced to make CityGML more convertible.
For pipes, we chose diameter and millimeter (mm) units to align with more commonly used specifications

[Feature Additions]

  • Implemented LargeMeshConverter as an experimental feature for converting large meshes, applicable with --largeMesh or -lm option
  • Improved tessellation functionality, now supports three-dimensional tessellation with innerings.
  • Improvements to better convert CityGML format (tessellation, classfication)
  • Fixed to save all attribute values of original features when converting ESRI Shapefile and Geojson files

[Feature Improvements]

  • Modified pipe creation logic, changed to more appropriate units for pipe data
    changed radius -> diameter command option to --diameterColumn <arg> or -dc <arg> instead of -radiusColumn <arg>
    changed to use Millimeter (mm) as the default unit
  • Changed i3dm tiling threshold (number of triangles -> number of instances)
  • Modified the structure of Common Module 3D Scene Structure
  • Fixed temporary file creation to use Serialize when creating temporary files
  • Minor syntax and fixes