Skip to content

2.5.0

Compare
Choose a tag to compare
@aardgoose aardgoose released this 18 May 18:52
· 365 commits to dev since this release

New features

  • Measure distance between stations. Hold down shift key, left click on first station, hover over other stations to show distance and x/y/z deltas
    distance

  • Multi-directional surface lighting to improve visibility of features.
    md-light

  • GLTF export as .glb binary format now supported

  • Babel compiled version provided for compatibility with browsers not implementing full Javascript class syntax

  • Support for asynchronous overlay image url generation

  • Custom leg shading supported by public API

##Bug fixes

  • File open dialog fixed @smudrak
  • Missed translation strings
  • Automatic display adjustment when moving browser window between monitors with different CSS pixel ratios
  • Cosmetic fixes
  • Removal of dead code and other improvements