UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 494 B
import { LineBasicMaterial, MeshStandardMaterial, PointsMaterial, Color } from 'three'; export declare const step = 0.000001; export declare function cadMaterialMesh(color: Color, wireframe: boolean): MeshStandardMaterial; export declare function cadMaterialMeshGroup(): MeshStandardMaterial; export declare function cadMaterialLine(color: Color): LineBasicMaterial; export declare function cadMaterialLineGroup(): LineBasicMaterial; export declare function cadMaterialPoint(): PointsMaterial;