|
group2 0.1.0
CSE 125 Group 2
|
Single translation unit that compiles the V-HACD implementation. More...
#include <VHACD.h>Macros | |
| #define | ENABLE_VHACD_IMPLEMENTATION 1 |
Single translation unit that compiles the V-HACD implementation.
V-HACD is a header-only library (VHACD.h). Its header gates the actual algorithm behind the ENABLE_VHACD_IMPLEMENTATION macro — exactly like stb_image and dr_libs style single-headers. Defining the macro in one compilation unit (this file) compiles the implementation; every other site just #include <VHACD.h> for the public API.
| #define ENABLE_VHACD_IMPLEMENTATION 1 |