Merge pull request #105 from keith2018/keith2018-patch-1

fix shader file names
This commit is contained in:
Joey de Vries
2018-04-12 07:48:49 +02:00
committed by GitHub

View File

@@ -77,8 +77,8 @@ int main()
// build and compile our shader zprogram // build and compile our shader zprogram
// ------------------------------------ // ------------------------------------
Shader lightingShader("3.1.materials.vs", "3.1.materials.fs"); Shader lightingShader("3.2.materials.vs", "3.2.materials.fs");
Shader lampShader("3.1.lamp.vs", "3.1.lamp.fs"); Shader lampShader("3.2.lamp.vs", "3.2.lamp.fs");
// set up vertex data (and buffer(s)) and configure vertex attributes // set up vertex data (and buffer(s)) and configure vertex attributes
// ------------------------------------------------------------------ // ------------------------------------------------------------------