UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

6 lines (5 loc) 174 B
import { PointsMaterial as ThreePointsMaterial } from 'three'; declare class PointsMaterial extends ThreePointsMaterial { constructor(); } export default PointsMaterial;