Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published