Skip to content

A simple C++ based Raytracer with no dependencies

Notifications You must be signed in to change notification settings

YuviTz1/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracer

A simple C++ based Raytracer with no dependencies

RayTracing: In 3D computer graphics, ray tracing is a technique for modeling light transport for use in a wide variety of rendering algorithms for generating digital images.

glass

glass sphere with Reflection and Refraction

metals

Diffuse materials

Compile Instructions

g++ main.cpp

running program and creating image

./a.out > image.ppm

About

A simple C++ based Raytracer with no dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages