Kaynağa Gözat

Update pbr.vs

pull/4561/head
Ray 2 hafta önce
işlemeyi yapan: GitHub
ebeveyn
işleme
f9cf684356
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. +6
    -6
      examples/shaders/resources/shaders/glsl100/pbr.vs

+ 6
- 6
examples/shaders/resources/shaders/glsl100/pbr.vs Dosyayı Görüntüle

@ -1,11 +1,11 @@
#version 100
// Input vertex attributes
attribute vec3 vertexPosition;
attribute vec2 vertexTexCoord;
attribute vec3 vertexNormal;
attribute vec3 vertexTangent;
attribute vec4 vertexColor;
attribute vec3 vertexPosition;
attribute vec2 vertexTexCoord;
attribute vec3 vertexNormal;
attribute vec3 vertexTangent;
attribute vec4 vertexColor;
// Input uniform values
uniform mat4 mvp;
@ -72,4 +72,4 @@ void main()
// Calculate final vertex position
gl_Position = mvp * vec4(vertexPosition, 1.0);
}
}

Yükleniyor…
İptal
Kaydet