Create/Update assets for version 1.7.2

This commit is contained in:
InventiveBot
2017-02-18 13:40:56 +00:00
parent edd2521bab
commit 0cfbb49c20
2155 changed files with 112672 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"blend": {
"func": "add",
"srcrgb": "one",
"dstrgb": "zero"
},
"vertex": "sobel",
"fragment": "bits",
"attributes": [ "Position" ],
"samplers": [
{ "name": "DiffuseSampler" }
],
"uniforms": [
{ "name": "ProjMat", "type": "matrix4x4", "count": 16, "values": [ 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ] },
{ "name": "InSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
{ "name": "OutSize", "type": "float", "count": 2, "values": [ 1.0, 1.0 ] },
{ "name": "Resolution", "type": "float", "count": 1, "values": [ 4.0 ] },
{ "name": "Saturation", "type": "float", "count": 1, "values": [ 1.5 ] },
{ "name": "MosaicSize", "type": "float", "count": 1, "values": [ 8.0 ] }
]
}