Interface PointCloudOptions<M>

Options for constructing PointCloud

interface PointCloudOptions<M> {
    extent?: Extent;
    geometry: BufferGeometry<NormalBufferAttributes>;
    material: M;
    textureSize: Vector2;
}

Type Parameters

Properties

extent?: Extent

Geometry

material: M

Material

textureSize: Vector2

Texture size