interface PotreeSourceOptions {
    enableWorkers?: boolean;
    url: string;
}

Properties

Properties

enableWorkers?: boolean

Enable web workers to perform CPU intensive tasks.

true
url: string

The URL to the dataset.