mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
26 lines
389 B
JSON
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"
|
|
}
|
|
]
|
|
}
|