









how i met the god of geometry
in the beginning there was a triangle. it got colors. it reflected again and again. the color varied with saturation and lightness. it interfered with itself (explanation later) and some patterns emerged. when randomized more patterns emerged. the next to last image looked like nothing but when i added a sphere onto it (use magic eye method to see it), the god of geometry revealed
he revealed once only. as the system randomized i didn't see him anymore
(explanation) when doing computer graphics, floating point error occurs sometimes. if we pick 640x480 as the resolution of rendering, the exact coordinates of the centre should be (319.5,239.5). there is no (319.5,239.5) on a 640x480 screen. for x value we have to pick either 319 or 320
i generated both and added them together. they interfered