The data source for a Potree point cloud.

Constructors

  • Creates an instance of PotreeSource.

    Parameters

    • url: string

      The URL to the dataset.

    • filename: string = 'cloud.js'

      The filename of the dataset.

    • networkOptions: object = {}

      The network options.

    Returns PotreeSource

Properties

filename: string
isPotreeSource: boolean = true
networkOptions: object
type: string = 'PotreeSource'
url: string