From 1bea8e1eacc68bcedbd3f207395bccf11011dae2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 1 May 2020 09:34:23 -0300 Subject: New lightmapper -Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D) --- core/math/r128.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/math/r128.cpp (limited to 'core/math/r128.cpp') diff --git a/core/math/r128.cpp b/core/math/r128.cpp new file mode 100644 index 0000000000..fb1e4733ee --- /dev/null +++ b/core/math/r128.cpp @@ -0,0 +1,2 @@ +#define R128_IMPLEMENTATION +#include "thirdparty/r128/r128.h" -- cgit v1.2.3