Hello, i have a material with texture that usually tilling , so i of course used macro texture to combine, but it totally changed the visual style of texture and landscape.
Here is an example :
Material without macro texture
Material with macro texture
That what im talking about, how can i get rid of such dark spots?
It’s a Texture Coordinate issue. Be sure all TexCoor nodes are exactly the same number. You might have one TexCoor node set to 1.0,1.0 connected to a Texture Sample, but then another TexCoor node set to 2.0,2.0 connected to a different Texture Sample.