interface PointsConstructorProps {
    geometry?: BufferGeometry;
    material?: PointsMaterial;
}

Properties

Properties

geometry?: BufferGeometry
material?: PointsMaterial