Add configuration option for ghost reset distance. Improve documentation.

This commit is contained in:
2025-12-20 17:12:58 -05:00
parent faf3f239d8
commit 7a3705d342
25 changed files with 132 additions and 28 deletions

View File

@@ -3,6 +3,7 @@
#include <glm/glm.hpp>
// Returns 1 if the segment (vec_start -> vec_stop) intersects triangle (P1,P2,P3).
int get_intersection(glm::vec3 vec_start, glm::vec3 vec_stop, glm::vec3 P1, glm::vec3 P2, glm::vec3 P3);
#endif