Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.14 KB

File metadata and controls

60 lines (37 loc) · 1.14 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased

1.1.0

Added

  • Update of STKMeshBuffers with a mesh data
  • Update of STKMeshBuffers with a point cloud
  • Instanced point rendering
  • Option to generate a sphere mesh

Changed

  • Disabled cull mode for STKMeshRendererColor shader

1.0.6

Added

  • Range based depth overlay rendering. Depth will be colored differently based on inside and outside of a specified range.

1.0.5

Added

  • Hole visualization. A demo of hole visualization is available in the Structure SDK documentation

Changed

  • Updated the visibility of the rendering API to make it more compatible with custom renderers

1.0.4

Added

  • Added ThickLine shader
  • Option to simulate face culling in XRay shader

1.0.3

Changed

  • float4x4.identity() -> float4x4.identity

1.0.2

Changed

  • Enable public entities unintentionally left private

1.0.1

Changed

  • Relaxed Swift tools version requirement to 5.5

1.0.0

Initial release

Added

  • Visualization helpers.