Skip to content

Commit

Permalink
Repin voxel
Browse files Browse the repository at this point in the history
  • Loading branch information
github-bot committed Sep 28, 2024
1 parent 3a2bfc1 commit bca43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/voxel
Submodule voxel updated 46 files
+6 −0 constants/voxel_string_names.cpp
+7 −0 constants/voxel_string_names.h
+1 −0 doc/classes/VoxelLodTerrain.xml
+5 −0 doc/source/changelog.md
+10 −5 editor/graph/graph_nodes_doc_tool.cpp
+107 −64 editor/graph/voxel_graph_editor.cpp
+5 −10 editor/graph/voxel_graph_editor_node.cpp
+2 −1 editor/graph/voxel_graph_editor_shader_dialog.cpp
+9 −4 editor/vox/vox_import_funcs.cpp
+8 −2 editor/vox/vox_import_funcs.h
+1 −0 generators/graph/voxel_graph_runtime.h
+33 −5 meshers/blocky/voxel_blocky_model.cpp
+6 −2 meshers/blocky/voxel_blocky_model.h
+48 −4 meshers/blocky/voxel_blocky_model_cube.cpp
+4 −2 meshers/blocky/voxel_blocky_model_cube.h
+0 −4 meshers/blocky/voxel_blocky_model_empty.cpp
+0 −1 meshers/blocky/voxel_blocky_model_empty.h
+75 −66 meshers/blocky/voxel_blocky_model_mesh.cpp
+2 −7 meshers/blocky/voxel_blocky_model_mesh.h
+1 −1 meshers/cubes/voxel_mesher_cubes.cpp
+6 −7 meshers/mesh_block_task.cpp
+1 −1 meshers/voxel_mesher.cpp
+0 −1 meshers/voxel_mesher.h
+1 −0 modifiers/voxel_modifier.h
+1 −2 storage/voxel_data.cpp
+1 −1 storage/voxel_data.h
+29 −19 storage/voxel_data_grid.h
+1 −0 streams/sqlite/block_location.h
+210 −60 terrain/instancing/voxel_instance_generator.cpp
+10 −0 terrain/instancing/voxel_instance_generator.h
+1 −0 terrain/instancing/voxel_instance_library.h
+10 −5 terrain/variable_lod/voxel_lod_terrain_update_clipbox_streaming.cpp
+1 −0 tests/util/test_string_funcs.cpp
+29 −13 tests/voxel/test_detail_rendering_gpu.cpp
+1 −1 tests/voxel/test_voxel_mesher_cubes.cpp
+30 −0 util/containers/fixed_array.h
+1 −63 util/containers/span.h
+33 −0 util/containers/std_vector.h
+10 −1 util/godot/check_ref_ownership.cpp
+14 −4 util/godot/check_ref_ownership.h
+1 −0 util/godot/classes/editor_property.cpp
+10 −9 util/island_finder.h
+0 −2 util/math/interval.h
+8 −0 util/math/triangle.h
+1 −0 util/noise/fast_noise_2.cpp
+1 −0 util/tasks/time_spread_task_runner.h

0 comments on commit bca43ef

Please sign in to comment.