How to make a procedural cave generation in 3d?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gamemap

Should I use a OpenSimplexNoise texture or should I clone CSG Mesh substractions or is there a other better way?

Is CSG Mesh good at exported games?
How do I have to use the OpenSimplexNoise to create caves? (Which type of Vector calculation do I need?)
Can I substract a hole into a mesh cube (not CSG)?

These caves should be 3d and procedural.

I hope someone can help me.
Gamemap

:bust_in_silhouette: Reply From: JayJay99

I Guess you could use a GridMap (if your game has a stylized and low polly look) and also use a maze generation algorithm as this one.

I’m trying to create a city procedurally and CSG nodes are consuming a lot of processing power, I’m trying to find other options, so maybe you too.

Thank you, but I want to try to get a as realistic as possible generation.
I’m currently looking at the Godot Voxel Module (Github Cave generation question)
I will tell you if I found out more.

Thank you for helping me and good luck with your city generation,
Gamemap

Gamemap | 2021-07-24 21:47