Initial commit
This commit is contained in:
14
renderer/directional_light.jai
Normal file
14
renderer/directional_light.jai
Normal file
@@ -0,0 +1,14 @@
|
||||
Directional_Light :: struct {
|
||||
color_and_intensity : Vector4;
|
||||
direction : Vector4;
|
||||
|
||||
view_position : Vector3;
|
||||
}
|
||||
|
||||
Directional_Light_Buffer_Data :: struct {
|
||||
color_and_intensity : Vector4;
|
||||
direction : Vector4;
|
||||
|
||||
//light_matrix: Matrix4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user