aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/industrial
Commit message (Collapse)AuthorAge
* Remove blend1 files cluttering the assets directoryorwell962017-03-08
|
* Restructure mod directoryorwell962017-01-04
vec2(uv.x + step, uv.y + step)).r; float r = texture2D(normalTexture, vec2(uv.x + step, uv.y)).r; float br = texture2D(normalTexture, vec2(uv.x + step, uv.y - step)).r; float b = texture2D(normalTexture, vec2(uv.x, uv.y - step)).r; float bl = texture2D(normalTexture, vec2(uv.x - step, uv.y - step)).r;