Skip to content

Commit

Permalink
Merge pull request #1 from ShokerStlk/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Apr 27, 2020
2 parents 9f65d4e + 7a1069e commit deaa827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/gamedata/shaders/r2/skin.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ struct v_model_skinned_4 // 28 bytes

//////////////////////////////////////////////////////////////////////////////////////////

float4 u_position (float4 v) { return float4(v.xyz*(12.f / 32768.f), 1.f); } // -12..+12
float4 u_position (float4 v) { return float4(v.xyz, 1.f); } // -12..+12

//////////////////////////////////////////////////////////////////////////////////////////
//uniform float4 sbones_array [256-22] : register(vs,c22);
Expand Down

0 comments on commit deaa827

Please sign in to comment.