group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
VHACDImpl.cpp File Reference

Single translation unit that compiles the V-HACD implementation. More...

#include <VHACD.h>
Include dependency graph for VHACDImpl.cpp:

Macros

#define ENABLE_VHACD_IMPLEMENTATION   1

Detailed Description

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.

Macro Definition Documentation

◆ ENABLE_VHACD_IMPLEMENTATION

#define ENABLE_VHACD_IMPLEMENTATION   1