BLaZeKiLL / VloxyEngine

Performance oriented voxel engine for unity.
MIT License
92 stars 10 forks source link

Marching Cubes / Transvoxel? #124

Open YakovAU opened 1 month ago

YakovAU commented 1 month ago

is there any plans for smooth voxels? thank you

BLaZeKiLL commented 3 weeks ago

There are no plans for any other meshing algorithm at the moment. However, that being said, adding support for a new type of meshing algorithm would involve implementing a new meshing job and replacing it with the current one. theoretically should be simple :D