New Paste :: Recent Pastes:: No Line Numbers
A Paste by Anonymous
1
void perlin::GaussBlur(int iterations) { // gaussblur: dest = (src_pixel + all src_pixel around it) / src_pixel count float total=0; // speichert zwischensumme im innersten loop // z