OptionalcenterWhether to center the loaded point cloud at the origin.
OptionalcolorColor depth for the loaded point cloud (e.g., 8, 16 or "auto").
OptionalcoordinateDescribes the coordinate system of the model to load.
When provided, this enables the loader to automatically transform the model from its local oordinate system to the Scene's global coordinate system.
Optionalfp64Whether to load 64-bit floating point positions (if available).
OptionallayerOptional layer ID to assign to all SceneObject | SceneObjects created by the loader.
See SceneObject.layerId | SceneObject.layerId for details on how this layer ID is used when the Scene is attached to a Viewer.
OptionalskipNumber of points to skip when loading the point cloud (for downsampling).
OptionaltransformA 4x4 transformation matrix to apply to the loaded point cloud.
Options for las!LASLoader.load | LASLoader.load.
For detailed usage, refer to @xeokit/sdk/formats/las.