Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Jun 22, 2024
1 parent d23d9f1 commit c2eb466
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 102,343 deletions.
Binary file removed res/models/heavy/cornea256.png
Binary file not shown.
Binary file removed res/models/heavy/heavy.bin
Binary file not shown.
102,342 changes: 0 additions & 102,342 deletions res/models/heavy/heavy.gltf

This file was deleted.

Binary file removed res/models/heavy/heavy_head_displacement.png
Binary file not shown.
Binary file removed res/models/heavy/heavy_sfm_fingers.jpg
Binary file not shown.
Binary file removed res/models/heavy/hvyweapon_red.png
Binary file not shown.
Binary file removed res/models/heavy/iris_blue_l.png
Binary file not shown.
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/heavy/heavy.gltf");
vega::VEGAModel model("res/models/crow/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 c2eb466

Please sign in to comment.