Need help cleaning up distant edges (Think its Aliasing)

Is the sidewalk grid part of the texture or is it procedurally generated? If it’s part of the texture, the mipmapping should be blurring it. If it’s not, go into the texture asset and ensure it’s actually using mipmapping at all.
If the grid is procedural, you will need to antialias it yourself in the material graph.

1 Like