some transparency

This commit is contained in:
Dynamitos
2024-07-17 14:34:00 +02:00
parent 12001152d4
commit 67c4ce2f7a
8 changed files with 51 additions and 9 deletions
+3 -1
View File
@@ -17,6 +17,8 @@ struct CallablePayload
struct RayPayload
{
float3 rayDirection;
float3 color;
float alpha;
float3 intersection_WS;
float3 normal_WS;
};