mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
Fix correct shader names skeletal animation.
This commit is contained in:
@@ -82,7 +82,7 @@ int main()
|
|||||||
|
|
||||||
// build and compile shaders
|
// build and compile shaders
|
||||||
// -------------------------
|
// -------------------------
|
||||||
Shader ourShader("anim_model_vs.glsl", "anim_model_fs.glsl");
|
Shader ourShader("anim_model.vs", "anim_model.fs");
|
||||||
|
|
||||||
|
|
||||||
// load models
|
// load models
|
||||||
|
|||||||
Reference in New Issue
Block a user