Skip to content

Commit fc61080

Browse files
committed
Removed VoxelMesherDMC.
It wasn't maintained for years and the Transvoxel mesher works better.
1 parent c74c92c commit fc61080

11 files changed

+1
-2420
lines changed

config.py

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def get_doc_classes():
7171
"VoxelMesher",
7272
"VoxelMesherBlocky",
7373
"VoxelMesherCubes",
74-
"VoxelMesherDMC",
7574
"VoxelMesherTransvoxel",
7675
"VoxelMeshSDF",
7776
"VoxelModifier",

doc/classes/VoxelMesherDMC.xml

-58
This file was deleted.

doc/source/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Primarily developped with Godot 4.3.
4141
- Breaking changes
4242
- `VoxelRaycastResult`: position properties are now `Vector3i` instead of `Vector3` (they were always integer but forgot to change them when Godot introduced `Vector3i`)
4343
- `VoxelVoxLoader`: methods are now static, so no instance of the class need to be created
44+
- Removed `VoxelMesherDMC`
4445

4546

4647
1.2 - 20/04/2024 - branch `1.2` - tag `v1.2.0`

meshers/dmc/hermite_value.h

-78
This file was deleted.

0 commit comments

Comments
 (0)