godot_voxel/storage
Marc Gilleron d2b20f676e Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
..
funcs.cpp Use generic error macros in storage funcs 2022-04-19 01:14:40 +01:00
funcs.h Use generic error macros in storage funcs 2022-04-19 01:14:40 +01:00
modifiers.cpp Added `do_graph` to VoxelToolLodTerrain 2022-08-23 22:58:20 +01:00
modifiers.h Support modifiers in distance normalmaps 2022-08-07 23:03:45 +01:00
modifiers_gd.cpp Replaced VoxelDataMap with VoxelData in VoxelLodTerrain 2022-08-28 20:45:42 +01:00
modifiers_gd.h Initial WIP for SDF non-destructive voxel modifiers. Support is incomplete. 2022-06-09 20:35:29 +01:00
voxel_buffer_gd.cpp Removed `get_size_x/y/z` convenience functions. 2022-08-25 22:14:21 +01:00
voxel_buffer_gd.h Removed `get_size_x/y/z` convenience functions. 2022-08-25 22:14:21 +01:00
voxel_buffer_internal.cpp Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
voxel_buffer_internal.h Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
voxel_data.cpp Replaced VoxelDataMap with VoxelData in VoxelLodTerrain 2022-08-28 20:45:42 +01:00
voxel_data.h Replaced VoxelDataMap with VoxelData in VoxelLodTerrain 2022-08-28 20:45:42 +01:00
voxel_data_block.cpp Remove a few verbose prints, they spam too much 2022-08-23 21:00:51 +01:00
voxel_data_block.h Some changes and fixes related modifiers 2022-06-18 23:14:18 +01:00
voxel_data_grid.h Support edited voxels in distance normalmaps 2022-08-09 23:56:38 +01:00
voxel_data_map.cpp Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
voxel_data_map.h Removed default values from VoxelDataMap 2022-08-28 23:07:36 +01:00
voxel_memory_pool.cpp Added basic stack tracking for memory pool allocations 2022-06-06 21:54:20 +01:00
voxel_memory_pool.h Added basic stack tracking for memory pool allocations 2022-06-06 21:54:20 +01:00
voxel_metadata.cpp Abstracted voxel metadata so internals no longer depends on Variant 2022-04-18 19:59:38 +01:00
voxel_metadata.h Convention for type indices 2022-04-18 20:19:02 +01:00
voxel_metadata_variant.cpp Fix warning about comparing enums of different types (I hope) 2022-06-08 20:43:43 +01:00
voxel_metadata_variant.h Abstracted voxel metadata so internals no longer depends on Variant 2022-04-18 19:59:38 +01:00