Character controller, reimplementing shadow pass

This commit is contained in:
2024-10-15 00:02:41 +02:00
parent 55adf0971e
commit a60fe82272
7 changed files with 117 additions and 99 deletions

View File

@@ -9,6 +9,6 @@ Directional_Light_Buffer_Data :: struct {
color_and_intensity : Vector4;
direction : Vector4;
//light_matrix: Matrix4;
light_matrix: Matrix4;
}