PotreeSourceOptions: {
    enableWorkers?: boolean;
    url: string;
    workerConcurrency?: number;
}

Type declaration

  • OptionalenableWorkers?: boolean

    Enable web workers to perform CPU intensive tasks.

    true
    
  • url: string

    The URL to the dataset.

  • OptionalworkerConcurrency?: number

    The maximum number of workers created by the worker pool. If undefined, the maximum number of workers will be allowed.

    undefined
    
MMNEPVFCICPMFPCPTTAAATR