- Home /
Sharper terrain textures
Hello. Is there a way to make terrain textures sharper? Say I have this sand/dirt/stone texture I want to paint over a grass texture on terrain, it blends the two textures together. I don't want that though. So is there any way to disable/lessen this or something? I've searched and searched but I've not found anything.
Answer by Waz · Sep 03, 2011 at 08:09 AM
Not in any good way.
You could change the terrain shaders, but Unity have repeatedly told us that may break in future versions.
You could make the Control Texture Resolution very high, but that would use way too much memory.
You could make more textures - one of the sand, one of the sand with grass, etc., but that means many more textures and more splatmaps, especially if you have things other than grass that you need to add on top of the ground.
You could of course use grass detail rather than texture, but that's not really related to your problem.
So besides changing the terrain shaders, or setting the Control Texture Resoultion higher, or using a bunch of different textures, there are no(other)ways to achieve this?
What do you mean by grass detail?
Every option has pretty big downsides. By grass detail, I mean add actual waving grass standing vertically on the terrain.