Interface PointCloudOptions

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

Properties

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