mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
typofix
This commit is contained in:
parent
06e82ddc81
commit
ff3188daee
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ void main()
|
|||
vec3 f = textureLod(inputTex, vec2(IN_uv0.x + 2 * x, IN_uv0.y), mipIDf).rgb;
|
||||
|
||||
vec3 g = textureLod(inputTex, vec2(IN_uv0.x - 2 * x, IN_uv0.y - 2 * y), mipIDf).rgb;
|
||||
vec3 h = textureLod(inputTex, vec2(IN_uv0.x, IN_uv0.y - 2 * y, mipIDf)).rgb;
|
||||
vec3 h = textureLod(inputTex, vec2(IN_uv0.x, IN_uv0.y - 2 * y), mipIDf).rgb;
|
||||
vec3 i = textureLod(inputTex, vec2(IN_uv0.x + 2 * x, IN_uv0.y - 2 * y), mipIDf).rgb;
|
||||
|
||||
vec3 j = textureLod(inputTex, vec2(IN_uv0.x - x, IN_uv0.y + y), mipIDf).rgb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue