Skip to content

Simple ray tracer in C++ which renders spheres and planes as well as some special materials and surfaces.

Notifications You must be signed in to change notification settings

CurtisVermeeren/cpp-raytracer

Repository files navigation

C++ Raytracer

This project contains a simple ray tracer in C++ which renders spheres and planes as well as some special materials and surfaces.

alt text

Running the project

Compile and run the C++ code. The rendered image is output as Raytracing_Image.bmp

Project features

Lights, Objects, and planes are all configured in the raytracer.cpp file.

About

Simple ray tracer in C++ which renders spheres and planes as well as some special materials and surfaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages