質問編集履歴

1

コード修正

2018/06/25 09:53

投稿

MemoT
MemoT

スコア13

test CHANGED
File without changes
test CHANGED
@@ -150,7 +150,7 @@
150
150
 
151
151
  computedColor += tex2D(_MainTex, half2(input.textureCoordinate.x + distance , input.textureCoordinate.y - distance )) * input.color;
152
152
 
153
- ```
153
+
154
154
 
155
155
 
156
156
 
@@ -179,3 +179,5 @@
179
179
  }
180
180
 
181
181
  }
182
+
183
+ ```