Skip to content

GhaisB/Raytracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracer

An advanced image generator using Raytracing and Pathtracing.

The raytracer was one of the final project of the first year.

To simplify this ReadMe, you can easily understand the concept of raytracing here : http://en.wikipedia.org/wiki/Ray_tracing_(graphics)

So, we made a raytracer but also a pathtracer ( http://en.wikipedia.org/wiki/Path_tracing ) , which is a more realistic version of ray tracing

You can lauch a render, with this syntax : ./rt scene/pt/file

The rendering can be very long, but the value "per pixel" in rt.h is not high, if you want a better quality, increase this value and recompile the project !

About

An advanced image generator using Raytracing and Pathtracing (C & miniLibX)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published