Files
Seele/res/shaders/Placeholder.json
T

15 lines
206 B
JSON
Raw Normal View History

2023-11-05 11:47:22 +01:00
{
2023-11-11 22:39:17 +01:00
"name": "Placeholder",
2023-11-05 11:47:22 +01:00
"params": {
},
"code": [
{
"exp": "BRDF",
"profile": "BlinnPhong",
"values": {
"baseColor": "float3(0, 1, 0)",
"normal": "float3(0, 0, 1)"
}
}
]
}