视线分析

ViewSight

const positions: Cartesian3[] = [...];
const analyser = new ViewSight(window.viewer, {});
analyser.analyse(positions[0], positions[positions.length - 1]);

Constructors

Properties

barrierColor: string
entities: Entity[]
invisibleColor: string
viewer: Viewer
visibleColor: string

Methods

  • Parameters

    • start: Cartesian3
    • end: Cartesian3

    Returns void

  • Returns void