mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
Add support for viewing GFBMDL ambient occusion maps (amb, red channel inverted)
This commit is contained in:
parent
b2baf9b449
commit
b1cf8a25a9
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void main()
|
|||
float unknown = texture(AmbientMap, ambientUV).g; //Unsually black
|
||||
float ambient = texture(AmbientMap, ambientUV).b;
|
||||
|
||||
ao = ambient + 0.5;
|
||||
ao = 1 - intensity;
|
||||
}
|
||||
|
||||
vec3 emissionTerm = vec3(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue