Cesium Utils - v0.3.2
    Preparing search index...

    Interface AnalyzeOptions

    interface AnalyzeOptions {
        debugShowPoints?: boolean;
        debugShowRays?: boolean;
        errorBoundary?: number;
        objectsToExclude?: any[];
    }
    Index

    Properties

    debugShowPoints?: boolean

    Whether to show points

    debugShowRays?: boolean

    Whether to show sunlight paths, NOT IMPLEMENTED YET

    errorBoundary?: number

    size of the point entity for error tolerance

    objectsToExclude?: any[]

    List of objects to exclude from ray pick