spimort / TerraBrush

MIT License
740 stars 27 forks source link

Height Textures not changing anything #157

Closed teezytoldme closed 1 month ago

teezytoldme commented 1 month ago

Love the plugin so far. However when I put a height texture for the in the texture sets, it doesnt seem to make any visible changes regardless of what number I put as the height blend factor.

I've used textures downloaded from ambientcg and used the displacement file for the height. Everything is set as default and I've also used the same textures sets on a standard plane mesh with a standard material shader and they seemed to work just fine.

Am I doing something wrong?

Thankyou.

spimort commented 1 month ago

Hey @teezytoldme ! Thanks, I'm glad you enjoy it!

Right now, the height texture is used to determine how textures will blend together.

For example, a blending value of 10 would make my brick texture pop : image

a blending value of 0 would make my brick texture almost invisible : image

So the height helps to decide which texture to use depdending on the height of each.

I hope this helps!

teezytoldme commented 1 month ago

thanks alot makes sense.

spimort commented 1 month ago

Sounds good! I'll close this issue, feel free to ask more questions in other issues 🙂