UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 193 B
import type { ManifoldToplevel } from './SDFCommon'; export declare class SDFLoaderSync { static __setManifold(manifold: ManifoldToplevel): void; static manifold(): ManifoldToplevel; }