Skip to content

Commit

Permalink
Merge pull request #72 from iCyP/patch-1
Browse files Browse the repository at this point in the history
Add  [NoScaleOffset] to _UvAnimMaskTexture
  • Loading branch information
Santarh authored Jun 5, 2019
2 parents 7facfae + 65c699c commit eaa7d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MToon/Resources/Shaders/MToon.shader
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Shader "VRM/MToon"
_OutlineScaledMaxDistance ("Outline Scaled Max Distance", Range(1, 10)) = 1
_OutlineColor ("Outline Color", Color) = (0,0,0,1)
_OutlineLightingMix ("Outline Lighting Mix", Range(0, 1)) = 1
_UvAnimMaskTexture ("UV Animation Mask", 2D) = "white" {}
[NoScaleOffset] _UvAnimMaskTexture ("UV Animation Mask", 2D) = "white" {}
_UvAnimScrollX ("UV Animation Scroll X", Float) = 0
_UvAnimScrollY ("UV Animation Scroll Y", Float) = 0
_UvAnimRotation ("UV Animation Rotation", Float) = 0
Expand Down

0 comments on commit eaa7d80

Please sign in to comment.