wtc-gl
    Preparing search index...

    Interface PointCloudOptions

    interface PointCloudOptions {
        attributes: object;
        dimensions: number;
        fillFunction: (p: Float32Array, d: number) => void;
        particles: number;
        transformFeedbacks: TransformFeedback;
    }
    Index

    Properties

    attributes: object
    dimensions: number
    fillFunction: (p: Float32Array, d: number) => void
    particles: number
    transformFeedbacks: TransformFeedback