UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 173 B
"use strict"; let _manifold; export class SDFLoaderSync { static __setManifold(manifold) { _manifold = manifold; } static manifold() { return _manifold; } }