Optional
compressOptional
decimate?: numberIf specified, will keep every Nth point. For example, a decimation value of 10 will keep one point out of ten, and discard the 9 other points. Useful to reduce memory usage.
Optional
enableEnable web workers to perform CPU intensive tasks.
Optional
filters?: Readonly<DimensionFilter[]>The filters to use.
The URL to the remote LAS file, or a function to retrieve the remote file.
If true, colors are compressed to 8-bit (instead of 16-bit).