@melviso that pixelation in the bump map comes from the low bit-depth of the generated image. Turn on Float Buffer in the settings of the image object ***. This will make the image go from 32-bits-per-pixel to 128-bits-per-pixel (or 8 bit color channels to 32 bit color channels, with each pixel having R,G,B,A channels), so…