Skip to content

Commit

Permalink
Fixed LAS version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 26, 2024
1 parent 5a32695 commit 1dbbf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/LASLoaderPlugin/LASLoaderPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MAX_VERTICES = 500000; // TODO: Rough estimate
*
* ## Summary
*
* * Loads [LAS 1.4 Format](https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities) from both *.las* and *.laz* files.
* * Loads [LAS Formats](https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities) up to v1.3 from both *.las* and *.laz* files. It does not support LAS v1.4.
* * Loads lidar point cloud positions, colors and intensities.
* * Supports 32 and 64-bit positions.
* * Supports 8 and 16-bit color depths.
Expand Down

0 comments on commit 1dbbf88

Please sign in to comment.