Alpha Brush - Landscape Material

Hello,

i would like to paint with my alpha brush in my landscape material which is working but it seems that is missing a lot of details of my alpha texture.
Im quite new to UE4 so im maybe missing something obvious.

Thanks for your help,

If you scale up your brush radius way bigger, does it end up looking sharper when you paint with it? If so, you are limited by the terrain resolution. :slight_smile:

thanks for the fast reply.

not really, the edges seems to get rounded and not sharp. how can i fix my terrain resolution ?

I’m a bit curious. Can you attach your alpha for me to test with?

For sure.
I attached it.

Thanks

If i set my brush way bigger it seems to be better when zooming out but when i get closer to it the edges are rounded again.
How to fix the terrain res ?

https://image.prntscr/image/a606acf7b23843b898a738dd7df8b7e2.png

https://image.prntscr/image/3ab2c967cfe246e584d463819c2c3933.png

Thanks

https://image.prntscr/image/021b8a25b9fa4f9682798fc5d99d8273.png

I got it working. The issue was that i applied height blend instead of alpha blend in the layer blend node.
But my brush is still blurry and not sharp as my alpha texture is.

https://image.prntscr/image/d579892c07d14e27b6fe5e2214343ac0.png

Even the Circle Brush with falloff set to 0 (no alpha) is blurry at the corners.

What am i missing ? I think i need to adjust texture quality somewhere… i really dont know.

Hope to get some help.

Thanks!

I tested your alpha, there is nothing wrong happening here. Landscape has two tris per 1x1 meter. While you are painting it’s actually those tris being painted. So the tri density defines the paint accuracy. When you increase your brush size you’re having more tris within the area covered by your brush therefor more accurate representation of your alpha map.

You should use Height Blend in your LayerBlend node (like you had before) and you should hook up some heightmaps to the Height slots (they were all empty as your first picture shows). When doing that, you’ll get rid of that soft blurry transition between layers.

Ah i understand… makes sense. Thank you!

Working very well. That was what im looking for!

Have a nice day