Deferred Lighting

This commit is contained in:
Harrison Corlett 2026-06-19 13:04:15 +01:00
parent 441bd95ddd
commit 8d219d2a35
224 changed files with 30309 additions and 385 deletions

View file

@ -2,21 +2,43 @@
{
"ID": "radio-mat-0",
"TexturePath": "resources\\models\\radio\\ModelTexture0.png",
"NormalTexturePath": "resources\\models\\radio\\ModelTexture2.png",
"MetalRoughnessMap": "resources\\models\\radio\\ModelTexture1.png",
"EmissiveMapPath": "",
"DiffuseColour": {
"X": 0.8042929,
"Y": 0.8042929,
"Z": 0.8042929,
"W": 1.0
}
},
"EmissiveColour": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 0.0
},
"Roughness": 1.0,
"Metallic": 1.0
},
{
"ID": "radio-mat-1",
"TexturePath": "",
"NormalTexturePath": "",
"MetalRoughnessMap": "",
"EmissiveMapPath": "",
"DiffuseColour": {
"X": 1.0,
"Y": 1.0,
"Z": 1.0,
"W": 1.0
}
},
"EmissiveColour": {
"X": 0.0,
"Y": 0.0,
"Z": 0.0,
"W": 0.0
},
"Roughness": 1.0,
"Metallic": 1.0
}
]