UNPKG

polygonjs-engine

Version:

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

6 lines (5 loc) 157 B
export declare enum CPUIntersectWith { GEOMETRY = "geometry", PLANE = "plane" } export declare const CPU_INTERSECT_WITH_OPTIONS: CPUIntersectWith[];