back to a working state

This commit is contained in:
Dynamitos
2025-01-28 19:44:47 +01:00
parent e37fef6d26
commit 49d2c47b16
11 changed files with 570 additions and 319 deletions
+8
View File
@@ -0,0 +1,8 @@
import Common;
[shader("miss")]
void miss(inout RayPayload p)
{
p.light = float3(0, 0, 0);
p.hit = false;
}