Skip to content

A simple ray tracer building on top of Peter Shirley's Ray Tracing Series (https://github.com/RayTracing)

Notifications You must be signed in to change notification settings

alan0201tw/RayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray Tracer

  • A very simple ray tracer, which is basically a ray tracer following Peter Shirley's "Ray Tracing in One Weekend" tutorial with some improvements.

Results

  • Scene from "Ray Tracing : The Next Week"

    • (1920x1080, 3000spp with random_in_sphere lambertian) output result
  • Triangle Mesh (Bunny)

    • (800x800, 300 spp, 1.0f lambertian with random_in_sphere) output result
    • (800x800, 300 spp, 1.0f lambertian with random_on_sphere) output result output result
    • (800x800, 300 spp, albedo : white, fuzziness : 0.0f metal with random_on_sphere) output result

About

A simple ray tracer building on top of Peter Shirley's Ray Tracing Series (https://github.com/RayTracing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages