@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
10 lines (9 loc) • 432 B
JavaScript
;
export var CsgGeometryType = /* @__PURE__ */ ((CsgGeometryType2) => {
CsgGeometryType2["PATH2"] = "CSGPath2";
CsgGeometryType2["GEOM2"] = "CSGGeom2";
CsgGeometryType2["GEOM3"] = "CSGGeom3";
return CsgGeometryType2;
})(CsgGeometryType || {});
const CSG_GEOMETRY_TYPES = ["CSGPath2" /* PATH2 */, "CSGGeom2" /* GEOM2 */, "CSGGeom3" /* GEOM3 */];
export const CSG_GEOMETRY_TYPES_SET = new Set(CSG_GEOMETRY_TYPES);