Options for constructing PointCloud

interface PointCloudOptions {
    geometry?: BufferGeometry<NormalBufferAttributes>;
    material?: Material;
    textureSize?: Vector2;
}

Properties

geometry?: BufferGeometry<NormalBufferAttributes>

Geometry

material?: Material

Material

textureSize?: Vector2

Texture size