瀏覽代碼

Update skinning.fs

pull/4430/head
Ray 11 月之前
父節點
當前提交
cd845368d8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/models/resources/shaders/glsl100/skinning.fs

+ 1
- 1
examples/models/resources/shaders/glsl100/skinning.fs 查看文件

@ -13,7 +13,7 @@ uniform vec4 colDiffuse;
void main()
{
// Fetch color from texture sampler
vec4 texelColor = texture(texture0, fragTexCoord);
vec4 texelColor = texture2D(texture0, fragTexCoord);
// Calculate final fragment color
gl_FragColor = texelColor*colDiffuse*fragColor;

Loading…
取消
儲存