UNPKG

@polygonjs/polygonjs

Version:

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

4 lines (3 loc) 188 B
import { MeshStandardMaterial, Color } from 'three'; export declare const step = 0.000001; export declare function sdfMaterialMesh(color: Color, wireframe: boolean): MeshStandardMaterial;