Add more videos and checkmarks to 3.2

This commit is contained in:
Nadine Ganz 2025-03-14 17:22:38 +01:00
parent eb98e5278e
commit 341d3a19dc
65 changed files with 9008 additions and 1143342 deletions

View File

@ -658,9 +658,13 @@ Tree("32_Grotto_Kueche_Intro") {
}
}
Composite(Marathon) {
BTC.Show("GO.STATIC.RezeptCheckmark1")
BTC.Disable("NamedOutline.INTERACTABLES.Pilz01")
BTC.Disable("NamedOutline.INTERACTABLES.Pilz02")
BTC.Disable("NamedOutline.INTERACTABLES.Pilz03")
}
RunTree("32_Grotto_Kueche_Zwiebeln_schneiden")
}
}
@ -901,6 +905,7 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
// Oel in Topf geben
BTC.Run("Particle.INTERACTABLES.Olivenoel")
BTC.Show("GO.STATIC.RezeptCheckmark2")
BTC.Show("Depthkit.VIDEOS.allesgefunden2Kuec")
BTC.Run("Depthkit.VIDEOS.allesgefunden2Kuec")
@ -914,6 +919,7 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "SlicedZwiebel")
BTC.Run("Collider.INTERACTABLES.Topf")
BTC.Run("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
BTC.Show("GO.STATIC.RezeptCheckmark3")
BTC.Show("Depthkit.VIDEOS.allesgefunden3Kuec")
BTC.Run("Depthkit.VIDEOS.allesgefunden3Kuec")
@ -1186,17 +1192,22 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
// Risotto in Topf geben
BTC.Run("Particle.INTERACTABLES.Risotto")
BTC.Hide("GO.INTERACTABLES.Reis")
BTC.Show("GO.STATIC.RezeptCheckmark4")
// Ruehren
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Loeffel")
BTC.Run("Collider.INTERACTABLES.Topf")
BTC.Wait(2) // Wie lange ruehren?
BTC.Run("AudioSource.AUDIO.Kueche2ZusammenKoc")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen2Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen2Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen2Kue")
// Wein in Topf giessen
BTC.Run("Particle.INTERACTABLES.Weisswein")
BTC.StopSound("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
BTC.Run("StudioEventEmitter.INTERACTABLES.Abloeschen")
BTC.Show("GO.STATIC.RezeptCheckmark5")
Composite(Marathon) {
Composite(Sequence) {
@ -1207,13 +1218,19 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
Composite(Sequence) {
BTC.Wait(5)
BTC.Run("AudioSource.AUDIO.Kueche3ZusammenKoc")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen3Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen3Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen3Kue")
}
}
// Bouillon in Topf geben
BTC.Run("Particle.INTERACTABLES.Bouillon")
BTC.Run("AudioSource.AUDIO.Kueche4ZusammenKoc")
BTC.Show("GO.STATIC.RezeptCheckmark6")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen4Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen4Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen4Kue")
// Glas Wasser mit Steinpilze in Topf geben
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Steinpilze")
@ -1238,13 +1255,16 @@ Tree("32_Grotto_Kueche_Selbststaendig_Kochen") {
Tree("32_Grotto_Kueche_Parmigiano") {
// --- Kueche - Parmigiano ---
Composite(Sequence) {
BTC.Run("AudioSource.AUDIO.Kueche5ZusammenKoc")
BTC.Run("AudioSource.AUDIO.Kueche5ZusammenKoc") // ToDo: Video adden
// Parmigiano in Topf geben
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Parmigiano")
BTC.Run("Collider.INTERACTABLES.Topf")
BTC.Show("GO.STATIC.RezeptCheckmark7")
BTC.Run("AudioSource.AUDIO.Kueche6ZusammenKoc")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen6Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen6Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen6Kue")
// Antwort User
BTC.AddPossbileSpeechIntent("Kueche.Zusammen_Kochen.6")
@ -1281,7 +1301,9 @@ Tree("32_Grotto_Kueche_Parmigiano") {
}
}
BTC.Run("AudioSource.AUDIO.Kueche7ZusammenKoc")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen7Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen7Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen7Kue")
// Stelle für Pfanne leuchtet
BTC.Enable("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
@ -1295,7 +1317,9 @@ Tree("32_Grotto_Kueche_Parmigiano") {
Composite(Sequence) {
// Keine Reaction
BTC.Wait(5)
BTC.Run("AudioSource.AUDIO.Kueche8ZusammenKoc")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen8Kue")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen8Kue")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen8Kue")
// Pfanne rueber stellen
BTC.Run("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
}
@ -1303,8 +1327,13 @@ Tree("32_Grotto_Kueche_Parmigiano") {
BTC.Disable("Collider/NamedOutline.INTERACTABLES.TopfUntersetzer")
BTC.Run("AudioSource.AUDIO.Kueche10ZusammenKo")
BTC.Run("AudioSource.AUDIO.Kueche12ZusammenKo")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen10Ku")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen10Ku")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen10Ku")
BTC.Show("Depthkit.VIDEOS.ZusammenKochen12Ku")
BTC.Run("Depthkit.VIDEOS.ZusammenKochen12Ku")
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen12Ku")
// --- Kueche - Outro ---
BTC.Run("AudioSource.AUDIO.KuecheOutro1")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: 7c37bff6a962ca44fa6be3c47199cba6
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

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: d22c20dfaac223145998951873543fd7
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

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: ee04c04b793fee64bb3e29101a3576f4
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

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: 1309c390a010ce948a6f40e7d6928955
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

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: 11c01205a440b2c45aa5fe6ba8c72514
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

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

View File

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: b264b5fcc0d75a045b1fe19360268132
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

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

View File

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.271639347076416,
"y": -1.0,
"z": -0.269866943359375
},
"boundsSize": {
"x": 1.0280256271362305,
"y": 2.0,
"z": 1.3529586791992188
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 2.0,
"viewDependentColorBlendPower": 0.0010000000474974513
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.002963255625218153,
"crop": {
"w": 0.618497908115387,
"x": 0.06125945970416069,
"y": 0.3815021216869354,
"z": 0.9387405514717102
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.5068211555480957,
"nearClip": 0.8194878697395325
},
{
"clipEpsilon": 0.002346390625461936,
"crop": {
"w": 0.979889452457428,
"x": 0.24640333652496338,
"y": 0.020110532641410828,
"z": 0.4281167984008789
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.6872804164886475,
"nearClip": 1.556348204612732
},
{
"clipEpsilon": 0.0022731535136699677,
"crop": {
"w": 0.6956239342689514,
"x": 0.14753885567188263,
"y": 0.30437609553337097,
"z": 0.8524611592292786
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.196779489517212,
"nearClip": 0.9971920847892761
},
{
"clipEpsilon": 0.002785056596621871,
"crop": {
"w": 0.833636462688446,
"x": 0.1317915916442871,
"y": 0.0,
"z": 0.7756579518318176
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.0764107704162598,
"nearClip": 1.281115174293518
},
{
"clipEpsilon": 0.0024104209151118994,
"crop": {
"w": 1.0,
"x": 0.23641137778759003,
"y": 0.0,
"z": 0.4728185534477234
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.30092453956604,
"nearClip": 1.2265980243682861
},
{
"clipEpsilon": 0.002462726552039385,
"crop": {
"w": 0.9112625122070313,
"x": 0.0,
"y": 0.0,
"z": 0.9922260046005249
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.898144483566284,
"nearClip": 0.8678744435310364
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: 6e700bb3ecffbc247931b9c937c501ed
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

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 6ebc8349cb140844a8f999a5d22b4cf6
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: 4c22736712a050842b6b559b149c7524
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

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

View File

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View File

@ -1,140 +0,0 @@
fileFormatVersion: 2
guid: a55ff83b60efeb84db2306e20b944140
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

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

View File

@ -1,275 +0,0 @@
{
"_versionMajor": 0,
"_versionMinor": 5,
"boundsCenter": {
"x": 0.48375654220581055,
"y": -0.8230066299438477,
"z": -0.29120516777038574
},
"boundsSize": {
"x": 0.6456727981567383,
"y": 1.6460132598876953,
"z": 1.3266854286193848
},
"defaultReconstructionSettings": {
"depthBiasAdjustment": 0.0,
"edgeMaskBlurAmount": 0.009999999776482582,
"edgeMaskSobelMultiplier": 10.0,
"surfaceNormalColorBlendPower": 9.861557960510254,
"viewDependentColorBlendPower": 1.4751036167144775
},
"format": "perpixel",
"numAngles": 6,
"numColumns": 3,
"numRows": 2,
"perspectives": [
{
"clipEpsilon": 0.004124307073652744,
"crop": {
"w": 0.568884551525116,
"x": 0.05351610109210014,
"y": 0.4311154782772064,
"z": 0.751490592956543
},
"depthFocalLength": {
"x": 1500.3175048828125,
"y": 1499.0972900390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1275.4683837890625,
"y": 718.2286987304688
},
"extrinsics": {
"e00": -0.3130306601524353,
"e01": 0.06761035323143005,
"e02": 0.9473334550857544,
"e03": 1.8248149156570435,
"e10": -0.9494373202323914,
"e11": 0.003028350882232189,
"e12": -0.31394198536872864,
"e13": -1.4787315130233765,
"e20": -0.024094587191939354,
"e21": -0.997707188129425,
"e22": 0.06324382871389389,
"e23": 0.3860909938812256,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.12528657913208,
"nearClip": 0.9129616618156433
},
{
"clipEpsilon": 0.002912315772846341,
"crop": {
"w": 0.7444417476654053,
"x": 0.32948607206344604,
"y": 0.25555822253227234,
"z": 0.3387351930141449
},
"depthFocalLength": {
"x": 1505.5750732421875,
"y": 1504.5609130859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1280.892578125,
"y": 728.7554321289063
},
"extrinsics": {
"e00": 0.5966474413871765,
"e01": 0.19624146819114685,
"e02": -0.7781395316123962,
"e03": -1.6843222379684448,
"e10": 0.061062291264534,
"e11": 0.9557273983955383,
"e12": 0.2878481447696686,
"e13": -0.43624821305274963,
"e20": 0.8001770377159119,
"e21": -0.21925882995128632,
"e22": 0.5582493543624878,
"e23": 1.409541130065918,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.606259346008301,
"nearClip": 1.889412522315979
},
{
"clipEpsilon": 0.002619545441120863,
"crop": {
"w": 0.540659487247467,
"x": 0.20195813477039337,
"y": 0.45934051275253296,
"z": 0.5899195671081543
},
"depthFocalLength": {
"x": 1498.4473876953125,
"y": 1497.11083984375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1265.181884765625,
"y": 722.2222290039063
},
"extrinsics": {
"e00": 0.10081441700458527,
"e01": 0.9026660323143005,
"e02": -0.4183664917945862,
"e03": -0.9102479815483093,
"e10": -0.9512606859207153,
"e11": -0.03572710230946541,
"e12": -0.30631139874458313,
"e13": -1.3964941501617432,
"e20": -0.29144391417503357,
"e21": 0.42885622382164,
"e22": 0.8550688624382019,
"e23": 1.4622421264648438,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.2125532627105713,
"nearClip": 1.3038251399993896
},
{
"clipEpsilon": 0.00365942413918674,
"crop": {
"w": 0.6964195966720581,
"x": 0.3198927938938141,
"y": 0.005867724772542715,
"z": 0.490060031414032
},
"depthFocalLength": {
"x": 1500.8951416015625,
"y": 1500.4202880859375
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1285.6243896484375,
"y": 726.32373046875
},
"extrinsics": {
"e00": -0.1847720891237259,
"e01": -0.3472764194011688,
"e02": -0.9193793535232544,
"e03": -1.8188921213150024,
"e10": 0.9810830354690552,
"e11": -0.0102050406858325,
"e12": -0.1933182328939438,
"e13": -1.4609100818634033,
"e20": 0.05775256082415581,
"e21": -0.9377073049545288,
"e22": 0.34259259700775146,
"e23": 0.2195461243391037,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 3.098473072052002,
"nearClip": 1.73213791847229
},
{
"clipEpsilon": 0.002865390619263053,
"crop": {
"w": 1.0,
"x": 0.3205347955226898,
"y": 0.0,
"z": 0.39490944147109985
},
"depthFocalLength": {
"x": 1496.1097412109375,
"y": 1495.4033203125
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1274.7603759765625,
"y": 723.102294921875
},
"extrinsics": {
"e00": 0.7791821360588074,
"e01": -0.10294661670923233,
"e02": 0.6182856559753418,
"e03": 1.6406415700912476,
"e10": -0.034519538283348083,
"e11": 0.9778750538825989,
"e12": 0.20632201433181763,
"e13": -0.42608264088630676,
"e20": -0.625846266746521,
"e21": -0.18210536241531372,
"e22": 0.7583891153335571,
"e23": 1.442861557006836,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.9847586154937744,
"nearClip": 1.2397959232330322
},
{
"clipEpsilon": 0.002779551548883319,
"crop": {
"w": 0.6800390481948853,
"x": 0.2062307894229889,
"y": 0.0,
"z": 0.7757119536399841
},
"depthFocalLength": {
"x": 1495.0631103515625,
"y": 1494.4176025390625
},
"depthImageSize": {
"x": 2560.0,
"y": 1440.0
},
"depthPrincipalPoint": {
"x": 1267.37890625,
"y": 736.1304321289063
},
"extrinsics": {
"e00": 0.16292493045330048,
"e01": -0.9279346466064453,
"e02": 0.33525025844573975,
"e03": 0.7527657747268677,
"e10": 0.9705305695533752,
"e11": 0.08958078175783157,
"e12": -0.22370903193950653,
"e13": -1.3527981042861938,
"e20": 0.1775553822517395,
"e21": 0.3618184030056,
"e22": 0.9151839017868042,
"e23": 1.525168538093567,
"e30": 0.0,
"e31": 0.0,
"e32": 0.0,
"e33": 1.0
},
"farClip": 2.7704460620880127,
"nearClip": 0.9715948700904846
}
],
"textureHeight": 2048,
"textureWidth": 2016
}

View File

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

View File

@ -8,13 +8,9 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 725975527697773850, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 0ae574404d6edab49a6ebb7dd4a77415, type: 2}
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Name
value: Kueche.Zusammen_Kochen.4
value: Zusammen_Kochen.10.Kueche
objectReference: {fileID: 0}
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_VideoClip
@ -463,11 +459,11 @@ PrefabInstance:
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_poster
value:
objectReference: {fileID: 2800000, guid: 11c01205a440b2c45aa5fe6ba8c72514, type: 3}
objectReference: {fileID: 2800000, guid: 9ab612ce95b4e4d4cb912f0366b1d316, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadataFile
value:
objectReference: {fileID: 4900000, guid: 26ba4813979fef643900ecdf387c3cb9, type: 3}
objectReference: {fileID: 4900000, guid: 8da2ffc4b38d34c4ab2666ae625bf261, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.format
value: perpixel
@ -1663,7 +1659,7 @@ MonoBehaviour:
_mediaReference: {fileID: 0}
_mediaPath:
_pathType: 2
_path: Depthkit/Kueche.Zusammen_Kochen.4.mp4
_path: Depthkit/Story_B_Grotto.Intro.6.mp4
_fallbackMediaHints:
transparency: 0
alphaPacking: 0
@ -1723,8 +1719,6 @@ MonoBehaviour:
useTextTrackSupport: 1
useFacebookAudio360Support: 1
useAudioDelay: 0
bufferedFrameSelection: 0
pauseOnPrerollComplete: 0
forceAudioOutputDeviceName:
preferredFilters: []
_audioMode: 0
@ -1802,12 +1796,14 @@ MonoBehaviour:
keyServerToken:
overrideDecryptionKeyBase64:
textureFormat: 0
_generateMipmaps: 0
_audioMode: 0
_preferredMaximumResolution: 0
_customPreferredMaximumResolution: {x: 0, y: 0}
_preferredPeakBitRate: 0
_preferredPeakBitRateUnits: 1
videoApi: 2
showPosterFrame: 0
audio360ChannelMode: 0
audio360LatencyMS: 0
preferSoftwareDecoder: 0

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: df277580f036a6644b0b961546831680
guid: 206941ecc94284ed09b311cc33b5664d
PrefabImporter:
externalObjects: {}
userData:

View File

@ -8,13 +8,9 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 725975527697773850, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 0ae574404d6edab49a6ebb7dd4a77415, type: 2}
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Name
value: Kueche.Zusammen_Kochen.2
value: Zusammen_Kochen.12.Kueche
objectReference: {fileID: 0}
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_VideoClip
@ -463,11 +459,11 @@ PrefabInstance:
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_poster
value:
objectReference: {fileID: 2800000, guid: ee04c04b793fee64bb3e29101a3576f4, type: 3}
objectReference: {fileID: 2800000, guid: 3748153bf5f473b469e7fa1b35310906, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadataFile
value:
objectReference: {fileID: 4900000, guid: 7d93a1fb6f16ee3488f8bcabccdcc09e, type: 3}
objectReference: {fileID: 4900000, guid: 462dd85d7f6dbd7489ab5c5a4e4812bb, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.format
value: perpixel
@ -1663,7 +1659,7 @@ MonoBehaviour:
_mediaReference: {fileID: 0}
_mediaPath:
_pathType: 2
_path: Depthkit/Kueche.Zusammen_Kochen.2.mp4
_path: Depthkit/Story_B_Grotto.Intro.6.mp4
_fallbackMediaHints:
transparency: 0
alphaPacking: 0
@ -1723,8 +1719,6 @@ MonoBehaviour:
useTextTrackSupport: 1
useFacebookAudio360Support: 1
useAudioDelay: 0
bufferedFrameSelection: 0
pauseOnPrerollComplete: 0
forceAudioOutputDeviceName:
preferredFilters: []
_audioMode: 0
@ -1802,12 +1796,14 @@ MonoBehaviour:
keyServerToken:
overrideDecryptionKeyBase64:
textureFormat: 0
_generateMipmaps: 0
_audioMode: 0
_preferredMaximumResolution: 0
_customPreferredMaximumResolution: {x: 0, y: 0}
_preferredPeakBitRate: 0
_preferredPeakBitRateUnits: 1
videoApi: 2
showPosterFrame: 0
audio360ChannelMode: 0
audio360LatencyMS: 0
preferSoftwareDecoder: 0

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 15ce09e4d9745854daa8ee17580bc2a9
guid: 3f575b98b6a784e5e9ed649fed836041
PrefabImporter:
externalObjects: {}
userData:

View File

@ -8,13 +8,9 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 725975527697773850, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 0ae574404d6edab49a6ebb7dd4a77415, type: 2}
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Name
value: Kueche.Zusammen_Kochen.6
value: Zusammen_Kochen.2.Kueche
objectReference: {fileID: 0}
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_VideoClip
@ -463,11 +459,11 @@ PrefabInstance:
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_poster
value:
objectReference: {fileID: 2800000, guid: 6e700bb3ecffbc247931b9c937c501ed, type: 3}
objectReference: {fileID: 2800000, guid: 639288e8d5cca24419806367ba175af8, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadataFile
value:
objectReference: {fileID: 4900000, guid: c1627025a443a3046929207abdebd8c7, type: 3}
objectReference: {fileID: 4900000, guid: 90e0ce58334238d4c99ec7b564532ea9, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.format
value: perpixel
@ -1663,7 +1659,7 @@ MonoBehaviour:
_mediaReference: {fileID: 0}
_mediaPath:
_pathType: 2
_path: Depthkit/Kueche.Zusammen_Kochen.6.mp4
_path: Depthkit/Story_B_Grotto.Intro.6.mp4
_fallbackMediaHints:
transparency: 0
alphaPacking: 0
@ -1723,8 +1719,6 @@ MonoBehaviour:
useTextTrackSupport: 1
useFacebookAudio360Support: 1
useAudioDelay: 0
bufferedFrameSelection: 0
pauseOnPrerollComplete: 0
forceAudioOutputDeviceName:
preferredFilters: []
_audioMode: 0
@ -1802,12 +1796,14 @@ MonoBehaviour:
keyServerToken:
overrideDecryptionKeyBase64:
textureFormat: 0
_generateMipmaps: 0
_audioMode: 0
_preferredMaximumResolution: 0
_customPreferredMaximumResolution: {x: 0, y: 0}
_preferredPeakBitRate: 0
_preferredPeakBitRateUnits: 1
videoApi: 2
showPosterFrame: 0
audio360ChannelMode: 0
audio360LatencyMS: 0
preferSoftwareDecoder: 0

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: c49dde7e3063d9646b1d097ae6bb63c3
guid: fea07e24b33664111a559e9ccc149785
PrefabImporter:
externalObjects: {}
userData:

View File

@ -8,13 +8,9 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 725975527697773850, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 0ae574404d6edab49a6ebb7dd4a77415, type: 2}
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Name
value: Kueche.Zusammen_Kochen.3
value: Zusammen_Kochen.3.Kueche
objectReference: {fileID: 0}
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_VideoClip
@ -463,11 +459,11 @@ PrefabInstance:
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_poster
value:
objectReference: {fileID: 2800000, guid: 1309c390a010ce948a6f40e7d6928955, type: 3}
objectReference: {fileID: 2800000, guid: e616833b63979604bbbd19adf0d34c62, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadataFile
value:
objectReference: {fileID: 4900000, guid: 7880b13763899d34881489562db7fb68, type: 3}
objectReference: {fileID: 4900000, guid: 71086fc4927541c4190532644a125dbc, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.format
value: perpixel
@ -1663,7 +1659,7 @@ MonoBehaviour:
_mediaReference: {fileID: 0}
_mediaPath:
_pathType: 2
_path: Depthkit/Kueche.Zusammen_Kochen.3.mp4
_path: Depthkit/Story_B_Grotto.Intro.6.mp4
_fallbackMediaHints:
transparency: 0
alphaPacking: 0
@ -1723,8 +1719,6 @@ MonoBehaviour:
useTextTrackSupport: 1
useFacebookAudio360Support: 1
useAudioDelay: 0
bufferedFrameSelection: 0
pauseOnPrerollComplete: 0
forceAudioOutputDeviceName:
preferredFilters: []
_audioMode: 0
@ -1802,12 +1796,14 @@ MonoBehaviour:
keyServerToken:
overrideDecryptionKeyBase64:
textureFormat: 0
_generateMipmaps: 0
_audioMode: 0
_preferredMaximumResolution: 0
_customPreferredMaximumResolution: {x: 0, y: 0}
_preferredPeakBitRate: 0
_preferredPeakBitRateUnits: 1
videoApi: 2
showPosterFrame: 0
audio360ChannelMode: 0
audio360LatencyMS: 0
preferSoftwareDecoder: 0

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 6cc63496577cd7e408ff18214ef2b108
guid: ac357008ea1914b218abf6c5aa023da7
PrefabImporter:
externalObjects: {}
userData:

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -8,13 +8,9 @@ PrefabInstance:
serializedVersion: 3
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 725975527697773850, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Materials.Array.data[0]
value:
objectReference: {fileID: 2100000, guid: 0ae574404d6edab49a6ebb7dd4a77415, type: 2}
- target: {fileID: 854237334161607345, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_Name
value: Kueche.Zusammen_Kochen.5
value: Zusammen_Kochen.5.Kueche
objectReference: {fileID: 0}
- target: {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_VideoClip
@ -463,11 +459,11 @@ PrefabInstance:
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_poster
value:
objectReference: {fileID: 2800000, guid: b264b5fcc0d75a045b1fe19360268132, type: 3}
objectReference: {fileID: 2800000, guid: a3f2a6ea7d4c9484dba7ea4a2ff03d2d, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadataFile
value:
objectReference: {fileID: 4900000, guid: 13000e1569a1f0049a3f38e00e0a370c, type: 3}
objectReference: {fileID: 4900000, guid: 7100633377784114e895f2c9c2c8bdcd, type: 3}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.format
value: perpixel
@ -1622,11 +1618,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.defaultReconstructionSettings.surfaceNormalColorBlendPower
value: 2
value: 10.001
objectReference: {fileID: 0}
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
propertyPath: m_metadata.defaultReconstructionSettings.viewDependentColorBlendPower
value: 0.001
value: 20.001
objectReference: {fileID: 0}
m_RemovedComponents:
- {fileID: 1365681918043619720, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
@ -1663,7 +1659,7 @@ MonoBehaviour:
_mediaReference: {fileID: 0}
_mediaPath:
_pathType: 2
_path: Depthkit/Kueche.Zusammen_Kochen.5.mp4
_path: Depthkit/Story_B_Grotto.Intro.6.mp4
_fallbackMediaHints:
transparency: 0
alphaPacking: 0
@ -1723,8 +1719,6 @@ MonoBehaviour:
useTextTrackSupport: 1
useFacebookAudio360Support: 1
useAudioDelay: 0
bufferedFrameSelection: 0
pauseOnPrerollComplete: 0
forceAudioOutputDeviceName:
preferredFilters: []
_audioMode: 0
@ -1802,12 +1796,14 @@ MonoBehaviour:
keyServerToken:
overrideDecryptionKeyBase64:
textureFormat: 0
_generateMipmaps: 0
_audioMode: 0
_preferredMaximumResolution: 0
_customPreferredMaximumResolution: {x: 0, y: 0}
_preferredPeakBitRate: 0
_preferredPeakBitRateUnits: 1
videoApi: 2
showPosterFrame: 0
audio360ChannelMode: 0
audio360LatencyMS: 0
preferSoftwareDecoder: 0

View File

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

File diff suppressed because it is too large Load Diff

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 5b7ce3d88d30848c6bae5e368334f60d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 93e126469fc7c4652ab6efc3c169e4ca
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff