Skip to content

nilax97/Recursive-Ray-Tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive-Ray-Tracer

An OpenGL type recursive ray tracing implementation in Java for rendering views for course on Computer Graphics at IIT Delhi

For more details refer to problem_statement.pdf

Running

$ cd src
$ javac -cp json-20171018.jar *.java
$ java -cp .:json-20171018.jar Main input_file output_file supersampling_grid_size

To get started some sample config files have been provided.

Demo

$ bash demo.sh

Examples

Scene 1 Scene 2 Scene 3

About

An OpenGL type recursive ray tracing implementation in Java for rendering views for course on Computer Graphics at IIT Delhi

Topics

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors