feat(raytracer): add minimal phong lighting demo

This commit is contained in:
2024-11-17 23:50:05 +01:00
parent e8a2b0f059
commit b458b99c82
11 changed files with 1192 additions and 51 deletions

View File

@@ -75,6 +75,10 @@
type = "app";
program = "${packages.default}/bin/repl";
};
rt_demo = {
type = "app";
program = "${packages.default}/bin/rt_demo";
};
default = demo;
};