Upload wave collector - GGJ17 game
This commit is contained in:
parent
7586031410
commit
f164ec80d6
37 changed files with 1828 additions and 122 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue