godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.12k stars 69 forks source link

Voronoi noise texture #1236

Closed 3top1a closed 4 years ago

3top1a commented 4 years ago

I'm trying to make a crater generator, which requires a Voronoi noise texture. The Voronoi noise texture should be like open simplex noise texture, able to be created in a noise texture. The code could be similar to blender's Voronoi noise node, with multiple distance metrics (Euclidean, Manhattan, etc.)

This has an implementation in the Godot asset store using viewports and shaders, but it would be more efficient in code using noise textures.

clayjohn commented 4 years ago

Please see Rule #1 for submitting proposals:

Only proposals that properly fill out the template will be considered. If the template is not filled out or is filled out improperly, it will be closed.

Please update your proposal to follow the template or else it will be closed.

Also note, there is a PR awaiting review that adds voronoi noise among many others.

3top1a commented 4 years ago

Thanks (for the pr)!