Name: Anonymous 2011-06-30 9:59
Best and most efficient Ray tracing algorithm ever:
eat shit!
int width = 1920, height = 1080;
int[] imgArray = new int[width*height];
int i;
for(i = 0; i < width; i++) {
imgArray[i] = 0;
}eat shit!