You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
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)
This commit is contained in:
2
core/math/r128.cpp
Normal file
2
core/math/r128.cpp
Normal file
@@ -0,0 +1,2 @@
|
||||
#define R128_IMPLEMENTATION
|
||||
#include "thirdparty/r128/r128.h"
|
||||
Reference in New Issue
Block a user