parent
eb11297312
commit
93328016e9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,5 +30,5 @@ void main()
|
|||
{
|
||||
outPosition = vec4(inPos, linearDepth(gl_FragCoord.z));
|
||||
outNormal = vec4(normalize(inNormal) * 0.5 + 0.5, 1.0);
|
||||
outAlbedo = texture(samplerColormap * inColor, inUV);
|
||||
outAlbedo = texture(samplerColormap, inUV) * vec4(inColor, 1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue