Skip to content

Commit

Permalink
model shader: Increase joint array to a 100
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shishkin <[email protected]>
  • Loading branch information
virtuoso committed Oct 4, 2024
1 parent 370ca67 commit 102f894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/model.vert
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ uniform mat4 inverse_view;
uniform mat4 trans;
uniform float use_normals;
uniform float use_skinning;
uniform mat4 joint_transforms[50];
uniform mat4 joint_transforms[100];

out float do_use_normals;
out vec2 pass_tex;
Expand Down

0 comments on commit 102f894

Please sign in to comment.