From 7f79759866ae7a75edd038202a85af7eb16837d3 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Wed, 28 Apr 2021 23:14:07 +0200 Subject: [PATCH] export points material --- src/materials/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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'