mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
475 B
475 B
LASLoader
The LASER (LAS) file format is a public format for the interchange of 3-dimensional point cloud data data, developed for LIDAR mapping purposes.
Usage
import {OBJLoader, loadFile} from 'loaders.gl';
loadFile(url, OBJLoader, options).then(data => {
// Application code here
...
});
Options
TBA
Data Loaded
TBA