Light up the ghost house.

This commit is contained in:
Dario 2021-04-13 22:04:26 -03:00
parent 248782d024
commit d2a0a23922
5 changed files with 1192 additions and 47 deletions

View File

@ -52,7 +52,7 @@
0.0
],
"shadowOffset": 25.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"ignoreNormalFactor": 1.0,
@ -481,7 +481,7 @@
0.0
],
"shadowOffset": 25.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"ignoreNormalFactor": 1.0,
@ -568,7 +568,7 @@
0.0
],
"shadowOffset": 25.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"ignoreNormalFactor": 1.0,
@ -643,7 +643,7 @@
0.0
],
"shadowOffset": 25.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"ignoreNormalFactor": 1.0,
@ -674,7 +674,7 @@
0.0
],
"shadowOffset": 25.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"ignoreNormalFactor": 1.0,

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,11 @@
{
"name": "Simple",
"lightSampleSettings": [
{
"groupBits": 4,
"minSamples": 4,
"maxSamples": 4
}
]
},
{

View File

@ -18,7 +18,7 @@
0.0
],
"shadowOffset": 80.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"lightGroupMaskBits": 0,
@ -74,7 +74,7 @@
0.0
],
"shadowOffset": 600.0,
"specularIntensity": 0.65
"specularIntensity": 0.6499999761581421
},
"materialMod": {
"lightGroupMaskBits": 0,

View File

@ -46,7 +46,7 @@ using json = nlohmann::json;
#define MAX_LIGHTS 512
#define MAX_LEVELS 39
#define MAX_AREAS 3
#define MAX_LEVEL_LIGHTS 64
#define MAX_LEVEL_LIGHTS 128
#define LEVEL_LIGHTS_FILENAME FS_BASEDIR "/rt64/level_lights.json"
#define LIGHT_SAMPLE_PRESETS_FILENAME FS_BASEDIR "/rt64/light_sample_presets.json"
#define GEO_LAYOUT_MODS_FILENAME FS_BASEDIR "/rt64/geo_layout_mods.json"