Thursday, March 6, 2008

Thanks Nate!

Nate and I talked about my bug for about 15 minutes and we were able to find it! I was totally calculating the index into my images incorrectly:

tmpColor = RGBVector[width * vertical + horizontal]; // correct

tmpColor = RGBVector[height * vertical + horizontal] // totally wrong




Map of the Earth, as taught in Panama

No comments: