godot_voxel/util
Marc Gilleron 0dc6702308 VoxelToolTerrain.raycast now accounts for scale and rotation, and supports VoxelMesherCubes with non-zero values 2021-05-16 04:29:08 +01:00
..
godot VoxelToolTerrain.raycast now accounts for scale and rotation, and supports VoxelMesherCubes with non-zero values 2021-05-16 04:29:08 +01:00
math Fixed several bugs related to VoxelTool::paste() 2021-05-07 18:38:02 +01:00
noise More precise range analysis for FastNoiseLite 2021-03-14 18:47:23 +00:00
array_slice.h Allow to use block size 32 for mesh blocks while using 16 for data blocks 2021-04-03 20:39:37 +01:00
dynamic_bitset.h Use a pattern matrix to determine side culling, so it can be baked more precisely 2020-02-11 21:20:05 +00:00
file_locker.h Update file_locker.h 2021-03-12 08:34:57 +08:00
fixed_array.h Optimized Transvoxel (nearly twice as fast), also allowing 16, 32 and 64 bit precision 2020-12-23 02:27:54 +00:00
funcs.h Reorganized some utility files 2021-02-17 20:34:35 +00:00
macros.h Fix some GCC warnings and Clang error 2020-09-07 23:26:04 +01:00
object_pool.h Moved ObjectPool to util/ and moved OctreeTables to root 2019-04-29 21:31:08 +01:00
profiling.h Give names to threads so they show up in debugging tools 2021-02-09 00:52:26 +00:00
profiling_clock.h Added stats to VoxelLodTerrain 2019-05-05 01:09:12 +01:00
serialization.h Notes about big-endian 2021-04-10 17:38:07 +01:00
voxel_raycast.h Added voxel raycast to VoxelToolLodTerrain 2021-02-21 03:08:47 +00:00