Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 442 Bytes

File metadata and controls

10 lines (7 loc) · 442 Bytes

SimpleRaytracer

A simple ray-tracer written in C# This is more to be a proof of concept (ie I want to prove that I can do it), then a serious raytracing rendering engine.

Currently it supports planes, spheres, directional lights, and shadows. Plan is to add reflections and polygons next.

Example of what this can do:
alt text