Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 474 Bytes

RenderSharp

A library using ComputeSharp to render scenes in C#

Loading a scene

To load a scene you must change the projectPath string in MainWindow.xaml.cs to match your project folder.

Where's the ray tracing code?

Here. This project contains all the ray tracing code.