A semi-realtime raytracing engine
Go to file
zongor 2418b06414 first commit 2022-09-03 23:43:39 -04:00
.vs/RaytracerEngine first commit 2022-09-03 23:43:39 -04:00
Properties first commit 2022-09-03 23:43:39 -04:00
App.config first commit 2022-09-03 23:43:39 -04:00
DirectBitmap.cs first commit 2022-09-03 23:43:39 -04:00
Form1.Designer.cs first commit 2022-09-03 23:43:39 -04:00
Form1.cs first commit 2022-09-03 23:43:39 -04:00
Form1.resx first commit 2022-09-03 23:43:39 -04:00
LockBitmap.cs first commit 2022-09-03 23:43:39 -04:00
Program.cs first commit 2022-09-03 23:43:39 -04:00
README.md first commit 2022-09-03 23:43:39 -04:00
RaytracerEngine.csproj first commit 2022-09-03 23:43:39 -04:00
RaytracerEngine.sln first commit 2022-09-03 23:43:39 -04:00
RaytracerEngine.userprefs first commit 2022-09-03 23:43:39 -04:00
camera.cs first commit 2022-09-03 23:43:39 -04:00
hitable.cs first commit 2022-09-03 23:43:39 -04:00
ray.cs first commit 2022-09-03 23:43:39 -04:00
sphere.cs first commit 2022-09-03 23:43:39 -04:00
triangle.cs first commit 2022-09-03 23:43:39 -04:00
vec3.cs first commit 2022-09-03 23:43:39 -04:00

README.md

This is a semi-real time raytracer implemented from the book Ray Tracing In One Weekend

It also allows you to move around the scene using the WASD for horizontal and Q/E for vertical movement