UNPKG

three-bvh-csg

Version:

A fast, flexible, dynamic CSG implementation on top of three-mesh-bvh

10 lines (8 loc) 266 B
export const ADDITION = 0; export const SUBTRACTION = 1; export const REVERSE_SUBTRACTION = 2; export const INTERSECTION = 3; export const DIFFERENCE = 4; // guaranteed non manifold results export const HOLLOW_SUBTRACTION = 5; export const HOLLOW_INTERSECTION = 6;