Ray tracer
This program participated in a programming contest in which you were supposed to create a 'drawing program'. The program was supposed to draw an image based on a black and white silhouette image stored in 'malli.bmp' bitmap and the resulting image would be saved into 'teos.bmp'.
This program is a ray tracer that uses given image as a heightmap to render a mountain scenery and uses numerous graphical effects that are common in present computer graphics. The result is saved straight into a bitmap image which is why the program does not require any external libraries.
