godot_voxel/terrain
Marc Gilleron 6856f4b491 Moved instancing stuff under a folder 2021-02-07 21:40:55 +00:00
..
instancing Moved instancing stuff under a folder 2021-02-07 21:40:55 +00:00
lod_octree.h Fix LOD getting stuck if you teleport far away 2020-01-23 00:37:13 +00:00
voxel_block.cpp Added access to block local transform in custom shaders for VoxelLodTerrain 2020-10-31 01:15:50 +00:00
voxel_block.h Added VoxelInstancer. First working API, script only. 2020-12-29 22:25:22 +00:00
voxel_box_mover.cpp Meshers are now resources assigned on terrain nodes 2020-12-18 21:01:50 +00:00
voxel_box_mover.h Added collision masks to voxel models so they can be filtered fast 2020-08-01 22:58:16 +01:00
voxel_lod_terrain.cpp Moved instancing stuff under a folder 2021-02-07 21:40:55 +00:00
voxel_lod_terrain.h Implemented saving and loading of modified instances in SQLite 2021-02-07 17:22:50 +00:00
voxel_map.cpp Implemented VoxelStreamSQLite 2021-01-28 22:02:49 +00:00
voxel_map.h Use relationship=2 for block map 2021-01-24 15:24:07 +00:00
voxel_node.cpp Fix wrong variable, caused null access 2021-01-17 18:27:38 +00:00
voxel_node.h Refactor generators and streams 2021-01-17 17:18:05 +00:00
voxel_terrain.cpp Implemented saving and loading of modified instances in SQLite 2021-02-07 17:22:50 +00:00
voxel_terrain.h Merge branch 'master' into multithreaded_generators 2021-01-18 18:55:18 +00:00
voxel_viewer.cpp Update viewer position on transform changes instead of process 2020-10-29 00:55:04 +00:00
voxel_viewer.h Added bounds support to VoxelLodTerrain (rounded to octree size) 2020-10-22 22:43:31 +01:00
voxel_viewer_ref_count.h Implemented viewers for VoxelTerrain 2020-09-06 19:01:12 +01:00