Skip to content

A program that implements ray-tracing rendering technique

Notifications You must be signed in to change notification settings

Werozel/RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracing

Testing CodeFactor

A program that implements ray-tracing rendering technique

Run

cmake −DCMAKE_BUILD_TYPE=Release

make run

make clean

Flags

-threads n - Number of threads

-out path - Path to a result file

-scene n - Scene number

-smooth n - Anti-aliasing value

Examples

scene1 scene2 scene3