Skip to content

A simple software ray tracer using a kd tree for acceleration.

License

Notifications You must be signed in to change notification settings

konstatoivanen/SoftwareRayTracer

Repository files navigation

SoftwareRayTracer

A simple C++ 17 software ray tracer.

Features

  • KD Tree accelerated triangle raycasting.
  • Recursive GGX importance sampling.
  • Recursive random sampling.

Config Mode Options

  • ggx
  • random
  • albedo
  • normals
  • emission

Third Party

About

A simple software ray tracer using a kd tree for acceleration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages