Skip to content

Commit

Permalink
Enlarge the horse
Browse files Browse the repository at this point in the history
  • Loading branch information
zauonlok committed Aug 15, 2020
1 parent 5e6c2a7 commit 6d032d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/horse/screenshot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion renderer/scenes/pbr_scenes.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ scene_t *pbr_helmet_scene(void) {
scene_t *pbr_horse_scene(void) {
mat4_t translation = mat4_translate(0.069f, 0, -0.845f);
mat4_t rotation = mat4_rotate_x(TO_RADIANS(-90));
mat4_t scale = mat4_scale(0.422f, 0.422f, 0.422f);
mat4_t scale = mat4_scale(0.475f, 0.475f, 0.475f);
mat4_t root = mat4_mul_mat4(scale, mat4_mul_mat4(rotation, translation));
return scene_from_file("horse/horse.scn", root);
}
Expand Down

0 comments on commit 6d032d0

Please sign in to comment.