How to get rid of this jaggy edges.? I used Noise >HeightToNormal to create normal from Noise float value.(I will not be using texture here, just generated noise float to normal).


My best answer would be to render it at 4x the resolution you need and then downsample, you’re basically performing SSAA on the RT. There are probably better solutions, but that is probably the easiest.