Skip to content

Commit

Permalink
fix run script, fuck around with models
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Jun 21, 2024
1 parent 651eb29 commit d23d9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
./bin/main.exe
.\bin\main.exe
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int main(int argc, const char* argv[]) {
);

vega::VEGACamera camera(&window, 45.0f, 0.1f, 1000.0f, 200.0f, 2.0f, 5.0f, glm::vec3(0.0f, 0.0f, -2.0f));
vega::VEGAModel model("res/models/crow/scene.gltf");
vega::VEGAModel model("res/models/heavy/heavy.gltf");

shader->use();
glUniform4fv(shader->getUniformLocation("lightColor"), 1, (float*) glm::value_ptr(glm::vec4(1.0f, 1.0f, 1.0f, 1.0f)));
Expand Down

0 comments on commit d23d9f1

Please sign in to comment.