diffuses raytracing implementiert

This commit is contained in:
any
2026-07-30 00:23:47 +02:00
parent caced0f81e
commit f4a36fc98d
6 changed files with 95 additions and 46 deletions
+4
View File
@@ -0,0 +1,4 @@
#pragma once
#include "structs.h"
vec3 randUnitVector();