implementing shaders

This commit is contained in:
STP
2023-11-13 00:41:49 -05:00
parent 15c39e3c05
commit 29e22a0afa
5 changed files with 407 additions and 262 deletions

View File

@@ -10,6 +10,7 @@ mod display;
mod light;
mod primitive;
mod ray;
mod raytracer;
mod scene;
// mod state;
// mod texture;