Files
SDL3CPlusPlus/packages/seed/assets/cube_materials.json
2026-01-09 23:21:38 +00:00

26 lines
389 B
JSON

{
"materials": [
{
"id": "floor",
"shader": "floor",
"params": {
"albedo": [0.5, 0.5, 0.5],
"roughness": 0.7
}
},
{
"id": "lantern",
"shader": "lantern",
"params": {
"emission": [1.0, 0.9, 0.6]
}
}
],
"textures": [
{
"id": "noise",
"path": "assets/noise_pattern.png"
}
]
}