Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.61k stars 245 forks source link

How to add water to smooth terrain #704

Open FingertipsLeap opened 4 days ago

FingertipsLeap commented 4 days ago

Thank you to the author for providing such an excellent plugin. But when I use it to create smooth terrain and want to add lakes or oceans to it, I find that there is no suitable solution. I may create two VoxelPodTerrain, one to generate terrain and the other to generate water surface, but this consumes a lot of performance and is not very suitable. Does the author have a support plan for water. thank you very much indeed

Zylann commented 3 days ago

I have no near plan currently for water in this module. Water in smooth voxels is indeed super expensive especially if you expect it to flow. In a project I was thinking of doing water with a simple subdividing plane height based, or a post-processing effect, not using voxels.