Merge branch 'master' into programming

This commit is contained in:
Nadine Ganz 2025-04-04 09:53:52 +02:00
commit 4c0378502d
2671 changed files with 199324 additions and 143 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,47 @@
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using System.IO; // Required for Directory.GetFiles()
public class AutoRemapTextures : MonoBehaviour
{
public string textureFolder = "Assets/Models/Materials"; // Change to your texture folder path
// Start is called before the first frame update
void Start()
{
Renderer renderer = GetComponent<Renderer>();
if (renderer == null)
{
Debug.LogError("No Renderer found on this object!");
return;
}
foreach (Material mat in renderer.sharedMaterials)
{
if (mat == null) continue;
// Try to find the texture with the same name as the material
string[] textureFiles = Directory.GetFiles(textureFolder, mat.name + ".*");
foreach (string texturePath in textureFiles)
{
if (texturePath.EndsWith(".meta")) continue; // Ignore meta files
Texture2D texture = AssetDatabase.LoadAssetAtPath<Texture2D>(texturePath);
if (texture != null)
{
string textureProperty = mat.HasProperty("_BaseMap") ? "_BaseMap" : "_MainTex";
mat.SetTexture(textureProperty, texture);
Debug.Log($"Assigned {texture.name} to {mat.name}");
}
else
{
Debug.LogWarning($"Texture not found for material: {mat.name}");
}
break; // Stop after first match
}
}
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: bb2c0a4e5704b3a4fa45c26cad3a2fdd
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -25,10 +25,10 @@ Material:
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _METALLICSPECGLOSSMAP
- _NORMALMAP
- _OCCLUSIONMAP
- _PARALLAXMAP
- _SPECULAR_SETUP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 1
@ -121,13 +121,13 @@ Material:
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _Smoothness: 0.281
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _WorkflowMode: 0
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}

View File

@ -0,0 +1,56 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-4571507749844641423
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: GrassPatchyGround Variant Tiling
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 2100000, guid: b45eb5e914b9bd749af6df88f351599d, type: 2}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _NORMALMAP
- _OCCLUSIONMAP
- _PARALLAXMAP
- _SPECULAR_SETUP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 2800000, guid: 0e4aad4c614d5fa458572a43c0653c47, type: 3}
m_Scale: {x: 21.5, y: 13}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 0e4aad4c614d5fa458572a43c0653c47, type: 3}
m_Scale: {x: 21.5, y: 13}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _Smoothness: 0.129
m_Colors: []
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 792b4b8d2c8c75e469e2fa203789fd8d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -12,9 +12,9 @@ Material:
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _METALLICSPECGLOSSMAP
- _NORMALMAP
- _PARALLAXMAP
- _SPECULAR_SETUP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 1
@ -104,16 +104,16 @@ Material:
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _Parallax: 0.0105
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.5
- _Smoothness: 0.115
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 1
- _WorkflowMode: 0
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}

View File

@ -0,0 +1,137 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-230302016623086158
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: TCom_Wall_SovietStoneFence1
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _NORMALMAP
- _OCCLUSIONMAP
- _PARALLAXMAP
- _SPECULAR_SETUP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 2800000, guid: 7c2063b398742f24d9e2da1367449f3d, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 2800000, guid: c1c33ce84b800214a85c386023fc6f41, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: 7c2063b398742f24d9e2da1367449f3d, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 2800000, guid: 9866ddfe172999f42ae1285f3e072329, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 2800000, guid: 38cbcff6611ad9040a69f2481510582e, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 2800000, guid: e238ed994ecc1d9428ace839b42d082d, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0.468
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 0
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 65ddd545d8ee37c45ac283ae81530ad3
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,136 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: castle_wall_slates
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_Parent: {fileID: 0}
m_ModifiedSerializedProperties: 0
m_ValidKeywords:
- _NORMALMAP
- _PARALLAXMAP
- _SPECULAR_SETUP
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_LockedProperties:
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 2800000, guid: f54412bbb41e19f498173cf0d0fa000f, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 2800000, guid: 7621bbcabc55f1b45a60c58ca4115a96, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 2800000, guid: f54412bbb41e19f498173cf0d0fa000f, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 2800000, guid: 3e34359ba9a8aba4985fba3488904438, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 2800000, guid: 8455ab4449cec0947af00fbfaae45d50, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
- _Cutoff: 0.5
- _DetailAlbedoMapScale: 1
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _DstBlendAlpha: 0
- _EnvironmentReflections: 1
- _GlossMapScale: 0
- _Glossiness: 0
- _GlossyReflections: 0
- _Metallic: 0
- _OcclusionStrength: 1
- _Parallax: 0.0326
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _SrcBlendAlpha: 1
- _Surface: 0
- _WorkflowMode: 0
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
m_BuildTextureStacks: []
--- !u!114 &5914122483417708583
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 7

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d467fc2ca0c49074a81211b3daf6ac41
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 209f980697554dc4393484b4cd3f169f
guid: 83d978258fb1afb46a5574966fefeb9b
TextureImporter:
internalIDToNameTable: []
externalObjects: {}

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.012577056884765625,
"y": -0.8281126022338867,
"z": 0.03734183311462402
},
"boundsSize": {
"x": 1.0251541137695313,
"y": 1.6718120574951172,
"z": 1.074683666229248
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.01484063733369112,
"edgeMaskSobelMultiplier": 40.24004364013672,
"surfaceNormalColorBlendPower": 0.0010000000474974513,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0030999977607280016,
"crop": {
"w": 0.5410416722297668,
"x": 0.17568381130695343,
"y": 0.45895829796791077,
"z": 0.6128559112548828
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.87212872505188,
"nearClip": 1.2592244148254395
},
{
"clipEpsilon": 0.002712339861318469,
"crop": {
"w": 0.8995761275291443,
"x": 0.16479937732219696,
"y": 0.1004238948225975,
"z": 0.4333621859550476
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.209851026535034,
"nearClip": 1.3664242029190063
},
{
"clipEpsilon": 0.0026392312720417976,
"crop": {
"w": 0.8648276329040527,
"x": 0.13416865468025208,
"y": 0.11978548020124435,
"z": 0.70782071352005
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9404327869415283,
"nearClip": 1.045941710472107
},
{
"clipEpsilon": 0.0031166053377091885,
"crop": {
"w": 0.8920994997024536,
"x": 0.27358657121658325,
"y": 0.0009357452508993447,
"z": 0.7264134287834167
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.679893970489502,
"nearClip": 1.0755844116210938
},
{
"clipEpsilon": 0.002782142488285899,
"crop": {
"w": 0.9750769734382629,
"x": 0.2177322804927826,
"y": 0.02492302842438221,
"z": 0.3857142925262451
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.3482699394226074,
"nearClip": 1.5510939359664917
},
{
"clipEpsilon": 0.0030225799418985844,
"crop": {
"w": 0.7351874709129333,
"x": 0.20804035663604736,
"y": 0.26481255888938904,
"z": 0.6696842908859253
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8648393154144287,
"nearClip": 1.2106233835220337
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4c3ec17e28ddc7943a19cfb5ada1447f
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 4bff1f56cc554f6439cb9fe391af0acf
guid: 02d148ece63e27d4c93526f51e2900ab
TextureImporter:
internalIDToNameTable: []
externalObjects: {}

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.012577056884765625,
"y": -0.8281126022338867,
"z": 0.03734183311462402
},
"boundsSize": {
"x": 1.0251541137695313,
"y": 1.6718120574951172,
"z": 1.074683666229248
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.01484063733369112,
"edgeMaskSobelMultiplier": 40.24004364013672,
"surfaceNormalColorBlendPower": 0.0010000000474974513,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0030999977607280016,
"crop": {
"w": 0.5410416722297668,
"x": 0.17568381130695343,
"y": 0.45895829796791077,
"z": 0.6128559112548828
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.87212872505188,
"nearClip": 1.2592244148254395
},
{
"clipEpsilon": 0.002712339861318469,
"crop": {
"w": 0.8995761275291443,
"x": 0.16479937732219696,
"y": 0.1004238948225975,
"z": 0.4333621859550476
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.209851026535034,
"nearClip": 1.3664242029190063
},
{
"clipEpsilon": 0.0026392312720417976,
"crop": {
"w": 0.8648276329040527,
"x": 0.13416865468025208,
"y": 0.11978548020124435,
"z": 0.70782071352005
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9404327869415283,
"nearClip": 1.045941710472107
},
{
"clipEpsilon": 0.0031166053377091885,
"crop": {
"w": 0.8920994997024536,
"x": 0.27358657121658325,
"y": 0.0009357452508993447,
"z": 0.7264134287834167
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.679893970489502,
"nearClip": 1.0755844116210938
},
{
"clipEpsilon": 0.002782142488285899,
"crop": {
"w": 0.9750769734382629,
"x": 0.2177322804927826,
"y": 0.02492302842438221,
"z": 0.3857142925262451
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.3482699394226074,
"nearClip": 1.5510939359664917
},
{
"clipEpsilon": 0.0030225799418985844,
"crop": {
"w": 0.7351874709129333,
"x": 0.20804035663604736,
"y": 0.26481255888938904,
"z": 0.6696842908859253
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8648393154144287,
"nearClip": 1.2106233835220337
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4741c13d1144f9f429edef481db20dc8
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 856 KiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: e4c0a042426a28a48a118da694b9feb1
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,111 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.0,
"y": -1.0,
"z": 0.12342429161071777
},
"boundsSize": {
"x": 1.0,
"y": 2.0,
"z": 0.944648265838623
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.013247012160718441,
"edgeMaskSobelMultiplier": 64.14442443847656,
"surfaceNormalColorBlendPower": 0.0010000000474974513,
"viewDependentColorBlendPower": 0.0010000000474974513
},
"format": "perpixel",
"numAngles": 2,
"numColumns": 2,
"numRows": 1,
"perspectives": [
{
"clipEpsilon": 0.002661797683686018,
"crop": {
"w": 0.8645824790000916,
"x": 0.13412156701087952,
"y": 0.13541752099990845,
"z": 0.8658784627914429
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8137495517730713,
"nearClip": 0.9353198409080505
},
{
"clipEpsilon": 0.0031285409349948168,
"crop": {
"w": 0.7523986101150513,
"x": 0.017983246594667435,
"y": 0.24760140478610992,
"z": 0.8636667132377625
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7147395610809326,
"nearClip": 1.1165504455566406
}
],
"textureHeight": 2048,
"textureWidth": 2048
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 735a9aed03ae08947b322a824b2d467a
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 622be90148981f948bc9a0dcfeb08538
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 66f9a2a74d6a7564d84f17cff72693c4
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 951cccb055bae1144b1f70fd37a1a713
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.14904403686523438,
"y": -0.8129901885986328,
"z": 0.18053627014160156
},
"boundsSize": {
"x": 0.972015380859375,
"y": 1.6611747741699219,
"z": 0.7943038940429688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.003283508587628603,
"crop": {
"w": 0.5472397804260254,
"x": 0.213941290974617,
"y": 0.4527602195739746,
"z": 0.5538980960845947
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.941732883453369,
"nearClip": 1.4189715385437012
},
{
"clipEpsilon": 0.0030194574501365423,
"crop": {
"w": 0.9242369532585144,
"x": 0.1808217316865921,
"y": 0.0757630243897438,
"z": 0.3998061418533325
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.928165912628174,
"nearClip": 1.272239327430725
},
{
"clipEpsilon": 0.00305741629563272,
"crop": {
"w": 0.8259907364845276,
"x": 0.11244583129882813,
"y": 0.08256183564662933,
"z": 0.7260252833366394
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6330246925354004,
"nearClip": 0.9976569414138794
},
{
"clipEpsilon": 0.0033903438597917557,
"crop": {
"w": 0.7401336431503296,
"x": 0.27561241388320923,
"y": 0.0,
"z": 0.724387526512146
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.450596570968628,
"nearClip": 0.9758199453353882
},
{
"clipEpsilon": 0.003244750900194049,
"crop": {
"w": 0.930831253528595,
"x": 0.20032504200935364,
"y": 0.06386977434158325,
"z": 0.3380841612815857
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.1787760257720947,
"nearClip": 1.6378257274627686
},
{
"clipEpsilon": 0.0036369184963405132,
"crop": {
"w": 0.6373237371444702,
"x": 0.2159932404756546,
"y": 0.3626762926578522,
"z": 0.647007942199707
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6312432289123535,
"nearClip": 1.256453037261963
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2eca36b9e52933648a81523138345cfa
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 404d6fb4bfca093488f1fab5dd6f5542
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8889dbd5b0870f949bb6e912120c6593
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 4fa27eaac6768a740bb4d4d649144286
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a0454458133bfda418de882e9ad9eb39
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: c62b01bb9cca0d2448ce890e30be3165
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 50a1118f849c6a74790471c17a2c5a08
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: add71ede6e1341f41a9df4d745519939
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.0,
"y": -0.8367161750793457,
"z": 0.2036266326904297
},
"boundsSize": {
"x": 1.0,
"y": 1.6948518753051758,
"z": 0.9265937805175781
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.033565737307071686,
"edgeMaskSobelMultiplier": 73.90538024902344,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0031712199561297894,
"crop": {
"w": 0.5836838483810425,
"x": 0.1713627576828003,
"y": 0.4163161814212799,
"z": 0.628612220287323
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8177499771118164,
"nearClip": 1.2410696744918823
},
{
"clipEpsilon": 0.002849448239430785,
"crop": {
"w": 0.9229718446731567,
"x": 0.21627619862556458,
"y": 0.07702814787626266,
"z": 0.4052062928676605
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0945260524749756,
"nearClip": 1.3398003578186035
},
{
"clipEpsilon": 0.002828070195391774,
"crop": {
"w": 0.8381898403167725,
"x": 0.1090841069817543,
"y": 0.16181015968322754,
"z": 0.7555489540100098
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7437355518341064,
"nearClip": 0.9757455587387085
},
{
"clipEpsilon": 0.003237201599404216,
"crop": {
"w": 0.7200993299484253,
"x": 0.26110050082206726,
"y": 0.0,
"z": 0.7388995289802551
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6141021251678467,
"nearClip": 1.0695582628250122
},
{
"clipEpsilon": 0.002994521986693144,
"crop": {
"w": 1.0,
"x": 0.19642062485218048,
"y": 0.0,
"z": 0.38015860319137573
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.1464293003082275,
"nearClip": 1.47671377658844
},
{
"clipEpsilon": 0.0033030358608812094,
"crop": {
"w": 0.7276238203048706,
"x": 0.1865195482969284,
"y": 0.2723761200904846,
"z": 0.7211039662361145
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6335091590881348,
"nearClip": 1.1197502613067627
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 83827226bf1096d46a79c87c8612ea16
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 0a288d7e1e31c404d9b6522ecfc33b95
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e6530a2e71b8a7849ba48ae79011be14
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 173ce10b1ce325a43905b64653d9f188
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": -0.15161418914794922,
"y": -0.8129901885986328,
"z": 0.22387796640396118
},
"boundsSize": {
"x": 1.1418399810791016,
"y": 1.6611747741699219,
"z": 0.880987286567688
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0029506960418075323,
"crop": {
"w": 0.5882077813148499,
"x": 0.191041499376297,
"y": 0.41179224848747253,
"z": 0.5824014544487
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0243563652038574,
"nearClip": 1.3298410177230835
},
{
"clipEpsilon": 0.0027195457369089127,
"crop": {
"w": 0.9774923324584961,
"x": 0.14923182129859924,
"y": 0.022507647052407265,
"z": 0.4634266495704651
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.995565414428711,
"nearClip": 1.1570230722427368
},
{
"clipEpsilon": 0.002797460649162531,
"crop": {
"w": 0.9774366617202759,
"x": 0.06668634712696075,
"y": 0.022563382983207703,
"z": 0.7917038798332214
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.672149658203125,
"nearClip": 0.884814441204071
},
{
"clipEpsilon": 0.0030154474079608917,
"crop": {
"w": 0.780450701713562,
"x": 0.26259845495224,
"y": 0.0,
"z": 0.73740154504776
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.527886390686035,
"nearClip": 0.8697575926780701
},
{
"clipEpsilon": 0.0029319971799850464,
"crop": {
"w": 0.9769022464752197,
"x": 0.1647532880306244,
"y": 0.02309773676097393,
"z": 0.38966068625450134
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2277495861053467,
"nearClip": 1.5224273204803467
},
{
"clipEpsilon": 0.0033289743587374687,
"crop": {
"w": 0.6801474690437317,
"x": 0.20673978328704834,
"y": 0.3198525309562683,
"z": 0.6919938921928406
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6549184322357178,
"nearClip": 1.152954339981079
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 68f332827e22dd846b681c4e79c78202
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 2ce0f0717a8067b4a9936e511d20d4ae
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,275 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.0,
"y": -0.8367161750793457,
"z": 0.2036266326904297
},
"boundsSize": {
"x": 1.0,
"y": 1.6948518753051758,
"z": 0.9265937805175781
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.033565737307071686,
"edgeMaskSobelMultiplier": 73.90538024902344,
"surfaceNormalColorBlendPower": 10.00100040435791,
"viewDependentColorBlendPower": 20.000999450683594
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.0031712199561297894,
"crop": {
"w": 0.5836838483810425,
"x": 0.1713627576828003,
"y": 0.4163161814212799,
"z": 0.628612220287323
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.29828953742980957,
"e01": 0.13793349266052246,
"e02": 0.9444562792778015,
"e03": 1.8675905466079712,
"e10": -0.9535068869590759,
"e11": 0.001502578379586339,
"e12": -0.30136746168136597,
"e13": -1.448826789855957,
"e20": -0.04298778623342514,
"e21": -0.9904403686523438,
"e22": 0.13107234239578247,
"e23": 0.8222309947013855,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8177499771118164,
"nearClip": 1.2410696744918823
},
{
"clipEpsilon": 0.002849448239430785,
"crop": {
"w": 0.9229718446731567,
"x": 0.21627619862556458,
"y": 0.07702814787626266,
"z": 0.4052062928676605
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5378219485282898,
"e01": 0.20188048481941223,
"e02": -0.8185303211212158,
"e03": -1.7245131731033325,
"e10": 0.06219904497265816,
"e11": 0.9587579965591431,
"e12": 0.2773343324661255,
"e13": -0.4573080539703369,
"e20": 0.8407608866691589,
"e21": -0.20006828010082245,
"e22": 0.5030843019485474,
"e23": 1.5957870483398438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0945260524749756,
"nearClip": 1.3398003578186035
},
{
"clipEpsilon": 0.002828070195391774,
"crop": {
"w": 0.8381898403167725,
"x": 0.1090841069817543,
"y": 0.16181015968322754,
"z": 0.7555489540100098
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7437355518341064,
"nearClip": 0.9757455587387085
},
{
"clipEpsilon": 0.003237201599404216,
"crop": {
"w": 0.7200993299484253,
"x": 0.26110050082206726,
"y": 0.0,
"z": 0.7388995289802551
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.2013958841562271,
"e01": -0.27997422218322754,
"e02": -0.9386448264122009,
"e03": -1.764715313911438,
"e10": 0.9783864617347717,
"e11": -0.011615285649895668,
"e12": -0.20645831525325775,
"e13": -1.4817817211151123,
"e20": 0.04690037667751312,
"e21": -0.9599372744560242,
"e22": 0.2762622535228729,
"e23": 0.3926147520542145,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6141021251678467,
"nearClip": 1.0695582628250122
},
{
"clipEpsilon": 0.002994521986693144,
"crop": {
"w": 1.0,
"x": 0.19642062485218048,
"y": 0.0,
"z": 0.38015860319137573
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.8221619725227356,
"e01": -0.10327229648828506,
"e02": 0.559807538986206,
"e03": 1.590620756149292,
"e10": -0.025732021778821945,
"e11": 0.9756587743759155,
"e12": 0.21777915954589844,
"e13": -0.3916575014591217,
"e20": -0.568671703338623,
"e21": -0.19345472753047943,
"e22": 0.7994921803474426,
"e23": 1.859934687614441,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.1464293003082275,
"nearClip": 1.47671377658844
},
{
"clipEpsilon": 0.0033030358608812094,
"crop": {
"w": 0.7276238203048706,
"x": 0.1865195482969284,
"y": 0.2723761200904846,
"z": 0.7211039662361145
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.6335091590881348,
"nearClip": 1.1197502613067627
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 261257244ecb2734ca9efefd9c1d6f99
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 890 KiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: ee90020a8c2237249ad2be7263e0f9bd
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,111 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.0,
"y": -1.0,
"z": 0.12342429161071777
},
"boundsSize": {
"x": 1.0,
"y": 2.0,
"z": 0.944648265838623
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.013247012160718441,
"edgeMaskSobelMultiplier": 64.14442443847656,
"surfaceNormalColorBlendPower": 0.0010000000474974513,
"viewDependentColorBlendPower": 0.0010000000474974513
},
"format": "perpixel",
"numAngles": 2,
"numColumns": 2,
"numRows": 1,
"perspectives": [
{
"clipEpsilon": 0.002661797683686018,
"crop": {
"w": 0.8645824790000916,
"x": 0.13412156701087952,
"y": 0.13541752099990845,
"z": 0.8658784627914429
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8137495517730713,
"nearClip": 0.9353198409080505
},
{
"clipEpsilon": 0.0031285409349948168,
"crop": {
"w": 0.7523986101150513,
"x": 0.017983246594667435,
"y": 0.24760140478610992,
"z": 0.8636667132377625
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7147395610809326,
"nearClip": 1.1165504455566406
}
],
"textureHeight": 2048,
"textureWidth": 2048
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8acd92b6a87b7244bb81ea41f856e7f5
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 KiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: 56a1d2f266fe6044e97702ee6ba03c04
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,111 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.0,
"y": -1.0,
"z": 0.12342429161071777
},
"boundsSize": {
"x": 1.0,
"y": 2.0,
"z": 0.944648265838623
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.013247012160718441,
"edgeMaskSobelMultiplier": 64.14442443847656,
"surfaceNormalColorBlendPower": 0.0010000000474974513,
"viewDependentColorBlendPower": 0.0010000000474974513
},
"format": "perpixel",
"numAngles": 2,
"numColumns": 2,
"numRows": 1,
"perspectives": [
{
"clipEpsilon": 0.002661797683686018,
"crop": {
"w": 0.8645824790000916,
"x": 0.13412156701087952,
"y": 0.13541752099990845,
"z": 0.8658784627914429
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.13123874366283417,
"e01": 0.8700621724128723,
"e02": -0.4751506745815277,
"e03": -0.9474025964736938,
"e10": -0.9492537379264832,
"e11": -0.027897195890545845,
"e12": -0.31327152252197266,
"e13": -1.4067777395248413,
"e20": -0.2858210802078247,
"e21": 0.4921519160270691,
"e22": 0.822248637676239,
"e23": 1.700737714767456,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.8137495517730713,
"nearClip": 0.9353198409080505
},
{
"clipEpsilon": 0.0031285409349948168,
"crop": {
"w": 0.7523986101150513,
"x": 0.017983246594667435,
"y": 0.24760140478610992,
"z": 0.8636667132377625
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.13834743201732635,
"e01": -0.9526910185813904,
"e02": 0.2706284523010254,
"e03": 0.7083015441894531,
"e10": 0.9720670580863953,
"e11": 0.07831026613712311,
"e12": -0.22125348448753357,
"e13": -1.3423019647598267,
"e20": 0.18959322571754456,
"e21": 0.293678879737854,
"e22": 0.9369136095046997,
"e23": 1.8826292753219604,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7147395610809326,
"nearClip": 1.1165504455566406
}
],
"textureHeight": 2048,
"textureWidth": 2048
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 2d742fce30bed4f468a23ab6faf972ca
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 KiB

View File

@ -0,0 +1,140 @@
fileFormatVersion: 2
guid: cbcae2b1864151645a3923ba029368a9
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 1
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
flipGreenChannel: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMipmapLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 0
wrapV: 0
wrapW: 0
nPOTScale: 1
lightmap: 0
compressionQuality: 50
spriteMode: 0
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
swizzle: 50462976
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
ignorePlatformSupport: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
mipmapLimitGroupName:
pSDRemoveMatte: 0
userData:
assetBundleName:
assetBundleVariant:

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