mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | Vertex normal obj handling
This commit is contained in:
@ -68,6 +68,7 @@ void main()
|
||||
}
|
||||
}
|
||||
light *= (1.0 / totalWeight);
|
||||
light.a = 1.0;
|
||||
if (u_pass == u_pass_count - 1)
|
||||
{
|
||||
vec4 color = light * imageLoad(color_texture, pixel_coords);
|
||||
|
Reference in New Issue
Block a user