UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 320 B
"use strict"; export var CPUIntersectWith = /* @__PURE__ */ ((CPUIntersectWith2) => { CPUIntersectWith2["GEOMETRY"] = "geometry"; CPUIntersectWith2["PLANE"] = "plane"; return CPUIntersectWith2; })(CPUIntersectWith || {}); export const CPU_INTERSECT_WITH_OPTIONS = ["geometry" /* GEOMETRY */, "plane" /* PLANE */];