mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
24 lines
772 B
JSON
24 lines
772 B
JSON
{
|
|
"blend": {
|
|
"func": "add",
|
|
"srcrgb": "srcalpha",
|
|
"dstrgb": "1-srcalpha"
|
|
},
|
|
"vertex": "block",
|
|
"fragment": "block",
|
|
"attributes": [
|
|
"Position",
|
|
"Color",
|
|
"UV0",
|
|
"UV2",
|
|
"Normal"
|
|
],
|
|
"samplers": [
|
|
{ "name": "Sampler0" }
|
|
],
|
|
"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 ] }
|
|
]
|
|
}
|