The xeokit SDK enables the import of 3D models from LAS, a widely used file format for exchanging 3D point cloud data.
The LAS format is a standardized binary format that stores LiDAR-generated point cloud data. It includes metadata such as headers, point attributes, and supports both compressed and uncompressed data. LAS is widely used in industries like surveying, mapping, and urban planning.
xeokit LAS Importer
Import 3D LiDAR point cloud datasets into xeokit.
The xeokit SDK enables the import of 3D models from LAS, a widely used file format for exchanging 3D point cloud data.
The LAS format is a standardized binary format that stores LiDAR-generated point cloud data. It includes metadata such as headers, point attributes, and supports both compressed and uncompressed data. LAS is widely used in industries like surveying, mapping, and urban planning.
How it Works
Use the LASLoader class to load LAS data into:
Architecture Overview
Installation
Usage
This example demonstrates how to: