Files
MeshShadingDemo/import/models/cubeMaterial0.json
T
2024-04-22 12:47:05 +02:00

22 lines
445 B
JSON

{
"code": [
{
"exp": "Const",
"value": "input.vertexColor.xyz"
},
{
"exp": "Const",
"value": "float3(0, 0, 1)"
},
{
"exp": "BRDF",
"profile": "CelShading",
"values": {
"baseColor": 0,
"normal": 1
}
}
],
"name": "cubeMaterial0",
"profile": "CelShading"
}