更新无限地图

This commit is contained in:
DESKTOP-5RP3AKU\Jisol 2023-11-03 02:57:38 +08:00
parent 996b0ecfac
commit ca5fa0cc92
504 changed files with 2213 additions and 359 deletions

View File

@ -3,6 +3,7 @@
"__type__": "cc.SceneAsset", "__type__": "cc.SceneAsset",
"_name": "Main", "_name": "Main",
"_objFlags": 0, "_objFlags": 0,
"__editorExtras__": {},
"_native": "", "_native": "",
"scene": { "scene": {
"__id__": 1 "__id__": 1
@ -147,9 +148,15 @@
"octree": { "octree": {
"__id__": 10 "__id__": 10
}, },
"lightProbeInfo": { "skin": {
"__id__": 11 "__id__": 11
}, },
"lightProbeInfo": {
"__id__": 12
},
"postSettings": {
"__id__": 13
},
"bakedWithStationaryMainLight": false, "bakedWithStationaryMainLight": false,
"bakedWithHighpLightmap": false "bakedWithHighpLightmap": false
}, },
@ -277,6 +284,12 @@
}, },
"_depth": 8 "_depth": 8
}, },
{
"__type__": "cc.SkinInfo",
"_enabled": true,
"_blurRadius": 0.01,
"_sssIntensity": 3
},
{ {
"__type__": "cc.LightProbeInfo", "__type__": "cc.LightProbeInfo",
"_giScale": 1, "_giScale": 1,
@ -286,6 +299,11 @@
"_showProbe": true, "_showProbe": true,
"_showWireframe": true, "_showWireframe": true,
"_showConvex": false, "_showConvex": false,
"_data": null "_data": null,
"_lightProbeSphereVolume": 1
},
{
"__type__": "cc.PostSettingsInfo",
"_toneMappingType": 0
} }
] ]

View File

@ -2,11 +2,10 @@
"ver": "1.2.0", "ver": "1.2.0",
"importer": "directory", "importer": "directory",
"imported": true, "imported": true,
"uuid": "6c6fced9-32fe-4d89-83a4-f71cc0648f7a", "uuid": "9db2a905-9153-4912-9a0d-92f388b9c476",
"files": [], "files": [],
"subMetas": {}, "subMetas": {},
"userData": { "userData": {
"compressionType": {}, "isBundle": true
"isRemoteBundle": {}
} }
} }

View File

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Some files were not shown because too many files have changed in this diff Show More