Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

GlennSandoval/Raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer

An example image rendered with my ray tracer can be seen on my website. An animation of a volumetric fire simulation rendered with my ray tracer can be seen here.

Ray tracer in C++. Started for CSCE 647 (Image Synthesis) class in Spring 2013, but decided to continue adding features. Optimizations include multithreading and a KD tree for intersection tests with large polygonal meshes.

Uses the CImg library and the tinyxml2 library.

Sample scene files located in Raytracer/SampleAssets/scenefiles.

About

Ray tracer implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published