Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ThreePoints

Index

Constructors

constructor

Properties

Private log

log: Logger = ...

Private overlayScene

overlayScene: Scene

pointClouds

pointClouds: PointCloudOctree[] = ...

Private pointsBudgets

pointsBudgets: number = 2000000

Private pointsScene

pointsScene: Scene

potree

potree: Potree

Private scene

scene: Scene

Private subscriptions

subscriptions: Subscription[] = ...

Private three

Accessors

rootPoints

  • get rootPoints(): PointCloudOctree[]

Methods

clearScene

  • clearScene(): void

load

  • load(baseUrl: string, filename?: string, name?: string): Promise<PointCloudOctree>
  • Parameters

    • baseUrl: string
    • filename: string = 'cloud.js'
    • Optional name: string

    Returns Promise<PointCloudOctree>

showPcoBbox

  • showPcoBbox(pco: PointCloudOctree): void

subscribe

  • subscribe(event: string, callback: any): void

zoomOnPco

  • zoomOnPco(pco: PointCloudOctree): void

Generated using TypeDoc