godot_heightmap_plugin icon indicating copy to clipboard operation
godot_heightmap_plugin copied to clipboard

Automatic texturing (?)

Open timleg002 opened this issue 3 years ago • 1 comments

I was able to successfully make some terrain, but one thing that always keeps me from Godot is that I have never been able to proceed with texturing. I find it way too hard and I feel that tutorials just skip to the fully finished product - do I have to texture each part individually?

timleg002 avatar Feb 15 '22 20:02 timleg002

This plugin expects you to paint the terrain with textures with a brush in the editor. No more, no less. There is no tool at the moment to fill the entire terrain with textures magically.

The closest you can get for this, is to do either of the following:

  • Fork one shader and generate texture weights yourself using the logic you want inside the fragment() function
  • Make your brush very big and play with the Slope Limit slider, which filters areas that will be painted based on slope angle

This is also duplicate of https://github.com/Zylann/godot_heightmap_plugin/issues/234

Zylann avatar Feb 19 '22 00:02 Zylann