UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 281 B
import { LineBasicMaterial, MeshStandardMaterial, Color } from 'three'; export declare const step = 0.000001; export declare function csgMaterialMesh(color: Color, wireframe: boolean): MeshStandardMaterial; export declare function csgMaterialLine(color: Color): LineBasicMaterial;