Skip to content

Releases: WorldWindEarth/WorldWindKotlin

WorldWind Kotlin v1.3.0

28 Sep 19:47
Compare
Choose a tag to compare
  • Added opacity support to Placemarks, Paths, Ellipses, Polygons, SurfaceImages and Labels.
  • Accelerated the degradation of tile details depending on the viewing angle to tile normal.
  • Removed decimal seconds from LatLonGraticule.
  • Fixed limitation of 3D path length #33.
  • Fixed DMS location formatting.
  • Fixed abnormal memory allocation on Mali GPU on Android 12+
  • Fixed Gauss-Kruger conversion in western zones.
  • Fixed intermediate points for surface shapes.

WorldWind Kotlin v1.2.23

15 Jul 20:01
Compare
Choose a tag to compare

-Added Location formatting
-Added Gauss-Kruger projection coordinates converter.
-Added Helmert transformation.
-Optimize elevation timestamp processing.
-Made Angle comparable but keep most compare logic working in degrees.

WorldWind Kotlin v1.2.19

11 Jul 21:36
Compare
Choose a tag to compare

Performance improvements:

  • Do not generate Intrinsics runtime assertion for performance reasons.
  • Avoid unnecessary null asserts.
  • Decrease height limit samples.
  • Optimize some FOR loops.
  • Add height cache into elevation coverage.
  • Compare Angle in Degrees to speed up performance.

WorldWind Kotlin v1.2.16

30 Jun 19:02
Compare
Choose a tag to compare
  • Stability improvements.
  • Trim stale resources when system is low on memory.
  • Fix Placemark tilt and rotation when relative to globe.
  • Slight select drag detector refactoring.

WorldWind Kotlin v1.2.14

30 May 16:28
Compare
Choose a tag to compare
  • Added ability to control depth write.
  • Added possibility to control pick on Renderable level.

WorldWind Kotlin v1.2.13

25 May 20:23
Compare
Choose a tag to compare
  • Fix incorrect texture size estimation for non-square textures.
  • Fix MilStd2525Placemark compatibility with recycled bitmaps.
  • Recycle bitmaps after loading to GL memory.
  • Add possibility to decode Bitmap factory resource synchronously.
  • Add Image Factory support to JS source set.
  • Extract isExtrude and isFollow terrain to Abstract Shape.
  • Extract logic from MilStd2525Util object and remove it.
  • Enable examples and tutorials desugaring.
  • Fix LookAt copy constructor.

WorldWind Kotlin v1.2.9

05 Apr 01:03
Compare
Choose a tag to compare
  • Enable Core Library Desugaring and lower min Android API level to 21.

WorldWind Kotlin v1.2.7

02 Apr 15:51
Compare
Choose a tag to compare
  • Add outline for tactical graphics.

WorldWind Kotlin v1.2.6

29 Mar 20:33
Compare
Choose a tag to compare
  • Extend tactical graphics bounding box by real rendered shape measures.
  • Extract render settings instance to private attribute.

WorldWind Kotlin v1.2.4

23 Mar 10:28
Compare
Choose a tag to compare
  • Raise Navigator event when field of view changes.
  • Propagate touch event below WorldWindow view if it was not handled.
  • Disable skirt for terrain tessellation lines
  • Added TranslucentEGLConfigChooser to support translucent mode for augmented reality.