Update skinning.fs
This commit is contained in:
parent
4b60ce700f
commit
cd845368d8
@ -13,7 +13,7 @@ uniform vec4 colDiffuse;
|
|||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
// Fetch color from texture sampler
|
// Fetch color from texture sampler
|
||||||
vec4 texelColor = texture(texture0, fragTexCoord);
|
vec4 texelColor = texture2D(texture0, fragTexCoord);
|
||||||
|
|
||||||
// Calculate final fragment color
|
// Calculate final fragment color
|
||||||
gl_FragColor = texelColor*colDiffuse*fragColor;
|
gl_FragColor = texelColor*colDiffuse*fragColor;
|
||||||
|
Loading…
Reference in New Issue
Block a user