parent
27411eb02c
commit
4390eb0ff8
4 changed files with 2 additions and 2 deletions
|
|
@ -86,5 +86,5 @@ vec2 BRDF(float NoV, float roughness)
|
|||
|
||||
void main()
|
||||
{
|
||||
outColor = vec4(BRDF(inUV.s, 1.0-inUV.t), 0.0, 1.0);
|
||||
outColor = vec4(BRDF(inUV.s, inUV.t), 0.0, 1.0);
|
||||
}
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue