spimort / TerraBrush

MIT License
696 stars 27 forks source link

Height Textures not changing anything #157

Open teezytoldme opened 1 day ago

teezytoldme commented 1 day 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 13 hours 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!