Upload wave collector - GGJ17 game

This commit is contained in:
Ray 2017-01-22 15:31:56 +01:00
parent 7586031410
commit f164ec80d6
37 changed files with 1828 additions and 122 deletions

View file

@ -35,7 +35,9 @@ int main()
Model dwarf = LoadModel("resources/model/dwarf.obj"); // Load OBJ model
Material material = LoadStandardMaterial();
Material material;// = LoadStandardMaterial();
material.shader = LoadShader("resources/shaders/glsl330/standard.vs", "resources/shaders/glsl330/standard.fs");
material.texDiffuse = LoadTexture("resources/model/dwarf_diffuse.png"); // Load model diffuse texture
material.texNormal = LoadTexture("resources/model/dwarf_normal.png"); // Load model normal texture