Tudelft3d Azul Versions Save

3D city model viewer for Mac

v1.1.1

7 months ago
  • support for CityJSON 2.0
  • macOS should be Ventura (13) or higher
  • updated triangulation class to support CGAL 5.6

v1.0

1 year ago
  • Completely rewrote the CityJSON parser based on the new simdjson API, which supports non x86 architectures (including arm64).
  • Enabled CityJSON 1.1 support in the version check

v0.9

4 years ago
  • More robust parsers with support for CityJSON 1.0 and CityGML 1.0 and 2.0
  • Support for geometry templates / implicit geometries
  • Shows cleaner flatter surfaces
  • Robust triangulation of invalid polygons
  • Toggling visibility of individual elements
  • Minimal macOS version is now 10.14

v0.8.1

6 years ago

Support for CityJSON v0.5 with null flattening

v0.8

6 years ago
  • Entirely new faster parsing engine that puts everything into a clean hierarchical data model
  • Initial support for CityJSON 0.2-0.3, OBJ, POLY and OFF
  • Separate attributes browser
  • Breaking objects into large triangle and edge buffers
  • Unlimited file size (as long as your computer can handle it)
  • Searching for objects
  • Loading and saving view parameters, as suggested by @Athelena

v0.5.3

7 years ago
  • Improved handling of semi-transparent surfaces (windows)
  • Reduced memory usage by using a more efficient Metal pipeline stage for edges
  • Updated to pugixml 1.8
  • Fixed a crash when selecting an object without a (parsed) geometry. Thanks @FrankKooij!

v0.5.2

7 years ago
  • Copying of IDs to clipboard
  • Icon for CityGML files

Fixed:

  • Crash when opening a CityGML file directly from Finder. Thanks @fbiljecki!
  • Objects should always appear when loading. Thanks @Athelena!
  • Show BuildingParts outside any Building. Thanks @Ylannl!

v0.5.1

7 years ago
  • Faster object selection and data loading
  • Animated sidebar

Fixed:

  • Encoding issues with non UTF-8 attributes. Thanks @Athelena!
  • Creation of empty buffers with some drivers when using Metal rendering. Thanks @Ylannl!
  • Parsing issues when coordinates can't be converted into floats. Thanks @Athelena!
  • Lowercase name in title bar. Thanks @fbiljecki!

v0.5

7 years ago