This project demonstrates the process of rendering 3D scenes using a ray tracing algorithm implemented in Java. The program traces rays from the camera to determine the color of pixels by simulating ...
Here is the output of my first ray tracing experiment. Three light sources have been defined in this scene. The first one is to the left side of the scene. The second one is behind the camera shining ...