diff --git a/src/materials/index.ts b/src/materials/index.ts index 93c4f77..2ecd0b4 100644 --- a/src/materials/index.ts +++ b/src/materials/index.ts @@ -11,3 +11,5 @@ export { default as ToonMaterial } from './ToonMaterial' export { default as Texture } from './Texture' export { default as CubeTexture } from './CubeTexture' + +export { default as PointsMaterial } from './PointsMaterial'