UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

13 lines (8 loc) 255 B
import { LineSegments, Object3D } from "three"; export class VertexNormalsHelper extends LineSegments { constructor(object: Object3D, size?: number, hex?: number); object: Object3D; size: number; update(): void; dispose(): void; }