Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 1, 2024
1 parent 06670f7 commit dc36be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 up to LAS v1.3](https://www.asprs.org/divisions-committees/lidar-division/laser-las-file-format-exchange-activities) from both *.las* and *.laz* files.
* * 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 dc36be2

Please sign in to comment.