Sfoglia il codice sorgente

Testing new material usage

pull/114/head
raysan5 9 anni fa
parent
commit
29761c2519
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      examples/shaders_model_shader.c

+ 2
- 2
examples/shaders_model_shader.c Vedi File

@ -37,8 +37,8 @@ int main()
Shader shader = LoadShader("resources/shaders/glsl330/base.vs",
"resources/shaders/glsl330/grayscale.fs"); // Load model shader
SetModelShader(&dwarf, shader); // Set shader effect to 3d model
SetModelTexture(&dwarf, texture); // Bind texture to model
dwarf.material.shader = shader; // Set shader effect to 3d model
dwarf.material.texDiffuse = texture; // Bind texture to model
Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position

||||||
x
 
000:0
Caricamento…
Annulla
Salva