Skip to content

Commit

Permalink
Merge branch 'dev' into head_unity2019
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteflare committed Feb 11, 2024
2 parents 86b0015 + a668037 commit d88774a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Shaders/WF_FakeFur.cginc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
half3 ws_light_dir;
half angle_light_camera;
half3 light_color;
uint facing;
#ifdef _V2F_HAS_SHADOWPOWER
half shadow_power;
#endif
Expand All @@ -92,6 +93,7 @@

d.color = half4(1, 1, 1, 1);
d.uv1 = i.uv;
d.facing = 1; // furは常にfacing=1
d.uv_main = i.uv;
d.ws_vertex = i.ws_vertex;
d.light_color = i.light_color;
Expand Down

0 comments on commit d88774a

Please sign in to comment.