Files
Seele/res/shaders/Placeholder.json
T

15 lines
210 B
JSON
Raw Normal View History

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