Skip to content

gkcheong/raytracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raytracing

Simple raytracing program with BVH and threading

The program takes in one argument specifying the location of the model file. For example: ./Raytracing input1.scn

Here are some sample images produced by this program.

|

|

For some of the largest input files the usage of BVH and threading can give up to 1000x acceleration over simple compiler optimization (-O3)

The input file format is specific for this program and can be found in input/SceneFile.pdf along with some input files for testing

This program is made for my auditing of CSCI 5607 in the University of Minnesota

About

Simple raytracing program with BVH and threading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors