📄 drei/shaders/point-material

File: point-material.md | Updated: 11/15/2025


title: PointMaterial sourcecode: src/core/PointMaterial.tsx

<Grid cols={4}> <li> <Codesandbox id="eq7sc" /> </li> </Grid>

Antialiased round dots. It takes the same props as regular THREE.PointsMaterial on which it is based.

<points>
  <PointMaterial transparent vertexColors size={15} sizeAttenuation={false} depthWrite={false} />
</points>