Skip to content

Releases: shintadono/laszip.net

v3.2.9_RC3: Fixed issue #8.2, wrong bit-masks caused classifications greater 7 to…

08 Feb 23:11
Compare
Choose a tag to compare
… be wrongly stored in class laszip_point (and subsequently written out wrongly).

v2.2.0: Changed generating_software default value. Changed header class to us…

26 Feb 11:58
Compare
Choose a tag to compare
…e read-only arrays (where the original uses in-place arrays), so the array instances can't be corrupted (set to null or to an array instance with the wrong size). Changing the content (e.g. with Array.Copy) is still possible, though.