1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

thirdparty: Cleanup after #38386, document provenance and copyright

Also renamed `delaunay.h` to `delaunay_2d.h` to match the class name.
This commit is contained in:
Rémi Verschelde
2020-05-11 14:36:46 +02:00
parent 32133a11b5
commit 83b630b8c2
18 changed files with 249 additions and 23 deletions

View File

@@ -31,10 +31,11 @@
#include "geometry.h"
#include "core/print_string.h"
#include "thirdparty/misc/clipper.hpp"
#include "thirdparty/misc/triangulator.h"
#define STB_RECT_PACK_IMPLEMENTATION
#include "thirdparty/stb_rect_pack/stb_rect_pack.h"
#include "thirdparty/misc/stb_rect_pack.h"
#define SCALE_FACTOR 100000.0 // Based on CMP_EPSILON.