Skip to content

vincentdchan/CPPRayTracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPPRayTracer 光线追踪器

This is a ray tracing renderer,the same as CSharperTracer, which is deprecated. Because I found that the version which is implemented in C++ is approximately 4x faster than the C# version(both in single thread). So I abandoned the C# version

Shape

  • Plane
  • Shpere

Material

  • Phong

Light

  • DirectionalLight
  • PointLight
  • SpotLight

example

new.png

About

Ray tracing renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages