UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

14 lines (9 loc) 278 B
import { Object3D, LineSegments } from 'three' export class VertexNormalsHelper extends LineSegments { readonly type: 'VertexNormalsHelper' constructor(object: Object3D, size?: number, hex?: number) object: Object3D size: number update(): void dispose(): void }