godot_voxel/editor/vox
Marc Gilleron 30db0c5193 Split VoxelBuffer in two, script-facing wrapper and internal.
The internal is the main use within the voxel engine,
and does not inherit Reference.
2021-09-26 04:14:50 +01:00
..
vox_editor_plugin.cpp Added alternate vox importer to import as a single mesh. Takes first model of the file only at the moment. 2021-08-10 22:12:42 +01:00
vox_editor_plugin.h Added vox scene importer. No options at the moments. 2021-07-31 18:48:47 +01:00
vox_import_funcs.cpp Split VoxelBuffer in two, script-facing wrapper and internal. 2021-09-26 04:14:50 +01:00
vox_import_funcs.h Split VoxelBuffer in two, script-facing wrapper and internal. 2021-09-26 04:14:50 +01:00
vox_importer.cpp Split VoxelBuffer in two, script-facing wrapper and internal. 2021-09-26 04:14:50 +01:00
vox_importer.h Added importer to import vox files into a single mesh 2021-08-14 16:49:46 +01:00
vox_mesh_importer.cpp Split VoxelBuffer in two, script-facing wrapper and internal. 2021-09-26 04:14:50 +01:00
vox_mesh_importer.h Added option to change pivot mode in vox mesh importer 2021-08-14 18:01:28 +01:00