Skip to content

tzp1210/RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RayTracing

This is a toy ray tracer written when I finished reading Chapter 4 of Fundamentals of computer graphics.

Currently, this program support several functions:

  • Blinn-Phong lighting model
  • Shadow
  • Ideal Specular Reflection
  • Two kinds of primitives can be used to form a model: Sphere and Triangles.

In the further versions of this program, these functions will be added:

  • Modify class Light to enable several kinds of lighting model
  • load models from files
  • Further beautify the rendering results

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages