My Projects on Computer Graphics including the METU Ceng 477 Course and personal projects.
- Ray Tracer
./raytracer ./path-to-scene-file.xml
- Forward Rendering Pipeline (Rasterizer)
./rasterizer ./path-to-scene-file.xml
- OpenGL Earth and Moon Application
- This application is written for Linux operating systems.
./hw3 ./path-to-moon-texture.jpg ./path-to-earth-texture.jpg ./path-to-hightmap.jpg
-
RayTracer
-
Rasterizer
-
OpenGL Application
This repository is generated only for the purpose of creating a digital portfolio. Some parts of the code does not belong to me since these projects were initially started from a existing code templete. Some of the implementations of these algorithms are written with the input object constraints, therefore the code may not work properly for certain situations.