mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
22 lines
916 B
JSON
22 lines
916 B
JSON
|
{
|
||
|
"blend": {
|
||
|
"func": "add",
|
||
|
"srcrgb": "srcalpha",
|
||
|
"dstrgb": "1-srcalpha"
|
||
|
},
|
||
|
"vertex": "position",
|
||
|
"fragment": "position",
|
||
|
"attributes": [
|
||
|
],
|
||
|
"samplers": [
|
||
|
],
|
||
|
"uniforms": [
|
||
|
{ "name": "ModelViewMat", "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": "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": "ColorModulator", "type": "float", "count": 4, "values": [ 1.0, 1.0, 1.0, 1.0 ] },
|
||
|
{ "name": "FogStart", "type": "float", "count": 1, "values": [ 0.0 ] },
|
||
|
{ "name": "FogEnd", "type": "float", "count": 1, "values": [ 1.0 ] },
|
||
|
{ "name": "FogColor", "type": "float", "count": 4, "values": [ 0.0, 0.0, 0.0, 0.0 ] }
|
||
|
]
|
||
|
}
|