/RayTracerDemo

A Simple Ray Tracer in C#

Primary LanguageC#MIT LicenseMIT

RayTracerDemo

A Simple Ray Tracer in C#

The algorithm is ported from Luke Hoban's Ray Tracer in C#3.0 and slightly "modernized".

  • Uses new language features introduced since C# 3.0
  • Replaced WinForms frame with WPF
  • More efficient. (primarily struct vs. class primitives, some changes to the math)