Merge branch 'programming'
This commit is contained in:
commit
14e9ad9bad
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -49,8 +49,13 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
|
||||
// Initialization
|
||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrottoIntro1")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrottoIntro2")
|
||||
BTC.Show("Depthkit.VIDEOS.Intro1StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.Intro1StoryBGrotto")
|
||||
BTC.Hide("Depthkit.VIDEOS.Intro1StoryBGrotto")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.Intro2StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.Intro2StoryBGrotto")
|
||||
BTC.Hide("Depthkit.VIDEOS.Intro2StoryBGrotto")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Intro.3")
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Intro.4")
|
||||
@ -80,20 +85,28 @@ Tree("32_Grotto_Story_B_Grotto_Intro") {
|
||||
}
|
||||
}
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrottoIntro6")
|
||||
BTC.Show("Depthkit.VIDEOS.Intro6StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.Intro6StoryBGrotto")
|
||||
BTC.Hide("Depthkit.VIDEOS.Intro6StoryBGrotto")
|
||||
|
||||
// --- Story B Grotto - Telefonat ---
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto1Telef")
|
||||
BTC.Show("Depthkit.VIDEOS.Telefonat1StoryBGr")
|
||||
BTC.Run("Depthkit.VIDEOS.Telefonat1StoryBGr")
|
||||
BTC.Hide("Depthkit.VIDEOS.Telefonat1StoryBGr")
|
||||
|
||||
BTC.SynthesizeText("Ciao Francesca. Sei già arrivata?")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto3Telef")
|
||||
BTC.Show("Depthkit.VIDEOS.Telefonat3StoryBGr")
|
||||
BTC.Run("Depthkit.VIDEOS.Telefonat3StoryBGr")
|
||||
BTC.Hide("Depthkit.VIDEOS.Telefonat3StoryBGr")
|
||||
|
||||
BTC.SynthesizeText("Oh, che bello, e chi è?")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto5Telef")
|
||||
BTC.Show("Depthkit.VIDEOS.Telefonat5StoryBGr")
|
||||
BTC.Run("Depthkit.VIDEOS.Telefonat5StoryBGr")
|
||||
BTC.Hide("Depthkit.VIDEOS.Telefonat5StoryBGr")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Telefonat.6")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -382,8 +395,9 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Kueche") {
|
||||
BTC.SynthesizeText("Sai cosa fare, Francensca, vero? C'è da cucinare il risotto. La ricetta la conosci e la trovi comunque lì. Allora, vi lascio, forse ci vediamo più tardi. Quanto sono contenta che aiutiate in cucina! Ciao!")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
BTC.SynthesizeText("Ciao Nonna.")
|
||||
BTC.SpeechOutputEnded()
|
||||
BTC.Show("Depthkit.VIDEOS.Outro2StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.Outro2StoryBGrotto")
|
||||
BTC.Hide("Depthkit.VIDEOS.Outro2StoryBGrotto")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Outro.3")
|
||||
BTC.StartSpeechIntentRecognition()
|
||||
@ -483,6 +497,9 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
||||
}
|
||||
}
|
||||
|
||||
// fuer Vorzeigeversion
|
||||
RunTree("32_Grotto_Hide")
|
||||
|
||||
BTC.SynthesizeText("Mentre aspetti, se vuoi puoi dare un'occhiata alle foto che ho scattato di recente in Bregaglia. Puoi usare il visore che trovi sul tavolo.")
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
|
||||
1858
Viagg-io/Assets/Models/Grotto/DepthKit/Outro.2.Story_B_Grotto.prefab
Normal file
1858
Viagg-io/Assets/Models/Grotto/DepthKit/Outro.2.Story_B_Grotto.prefab
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b2ba224990c47a54bb1197f322af70ce
|
||||
guid: 328bddefc8d92408ea0a2c932ceccedd
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dce2675f130dbcf4880bf8d43bbf76bd
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.05804443359375,
|
||||
"y": -1.0,
|
||||
"z": -0.2464003562927246
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.1160888671875,
|
||||
"y": 2.0,
|
||||
"z": 1.0323362350463867
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.0165338646620512,
|
||||
"edgeMaskSobelMultiplier": 25.100601196289063,
|
||||
"surfaceNormalColorBlendPower": 2.411358594894409,
|
||||
"viewDependentColorBlendPower": 5.379486083984375
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0029367562383413315,
|
||||
"crop": {
|
||||
"w": 0.7376018762588501,
|
||||
"x": 0.09644131362438202,
|
||||
"y": 0.2623981237411499,
|
||||
"z": 0.9035587310791016
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.5980582237243652,
|
||||
"nearClip": 0.8954994678497314
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024602424819022417,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.2693980634212494,
|
||||
"y": 0.0,
|
||||
"z": 0.4183237552642822
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.435743570327759,
|
||||
"nearClip": 1.403423547744751
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0025887174997478724,
|
||||
"crop": {
|
||||
"w": 0.6989790201187134,
|
||||
"x": 0.11748478561639786,
|
||||
"y": 0.30102095007896423,
|
||||
"z": 0.8825152516365051
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.830867052078247,
|
||||
"nearClip": 0.8994088768959045
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0027862954884767532,
|
||||
"crop": {
|
||||
"w": 0.6770292520523071,
|
||||
"x": 0.09420947730541229,
|
||||
"y": 0.0,
|
||||
"z": 0.8735345602035522
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.909309148788452,
|
||||
"nearClip": 1.1148117780685425
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002654194599017501,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.20302113890647888,
|
||||
"y": 0.0,
|
||||
"z": 0.4532453119754791
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.0991172790527344,
|
||||
"nearClip": 1.2153067588806152
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0027491366490721703,
|
||||
"crop": {
|
||||
"w": 0.9775607585906982,
|
||||
"x": 0.0,
|
||||
"y": 0.022439278662204742,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.6220579147338867,
|
||||
"nearClip": 0.8033050894737244
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ea212a65e3e05d143add3035ff83176f
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 716 KiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f2b60485dd74c2549aa7d551f0777357
|
||||
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: 1
|
||||
swizzle: 50462976
|
||||
cookieLightType: 2
|
||||
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: 0
|
||||
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: 0
|
||||
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: 0
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.30214786529541016,
|
||||
"y": -1.0,
|
||||
"z": -0.39085817337036133
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.4443721771240234,
|
||||
"y": 2.0,
|
||||
"z": 1.5311498641967773
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.00577689241617918,
|
||||
"edgeMaskSobelMultiplier": 9.164346694946289,
|
||||
"surfaceNormalColorBlendPower": 1.2360597848892212,
|
||||
"viewDependentColorBlendPower": 1.514944314956665
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0024820533581078053,
|
||||
"crop": {
|
||||
"w": 0.8314357399940491,
|
||||
"x": 0.12430200725793839,
|
||||
"y": 0.16856426000595093,
|
||||
"z": 0.8756979703903198
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.984814405441284,
|
||||
"nearClip": 0.9703534841537476
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0019390378147363663,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.09401507675647736,
|
||||
"y": 0.0,
|
||||
"z": 0.6125041842460632
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.6167945861816406,
|
||||
"nearClip": 1.038196086883545
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.00200862530618906,
|
||||
"crop": {
|
||||
"w": 0.9841989874839783,
|
||||
"x": 0.01784210279583931,
|
||||
"y": 0.015800941735506058,
|
||||
"z": 0.9821578860282898
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.1477749347686768,
|
||||
"nearClip": 0.658510148525238
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002184902550652623,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.995286464691162,
|
||||
"nearClip": 0.7068547010421753
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002031835028901696,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.12932424247264862,
|
||||
"y": 0.0,
|
||||
"z": 0.5565081238746643
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.654228448867798,
|
||||
"nearClip": 1.1933988332748413
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002090761438012123,
|
||||
"crop": {
|
||||
"w": 0.9349505305290222,
|
||||
"x": 0.0,
|
||||
"y": 0.06504949182271957,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.132550001144409,
|
||||
"nearClip": 0.7410770058631897
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6325ab77ed7c0a042a8278d97815b918
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 738 KiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08acea4208330bf43afe264beeea5f68
|
||||
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: 1
|
||||
swizzle: 50462976
|
||||
cookieLightType: 2
|
||||
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: 0
|
||||
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: 0
|
||||
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: 0
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.30214786529541016,
|
||||
"y": -1.0,
|
||||
"z": -0.39085817337036133
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.4443721771240234,
|
||||
"y": 2.0,
|
||||
"z": 1.5311498641967773
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.00577689241617918,
|
||||
"edgeMaskSobelMultiplier": 9.164346694946289,
|
||||
"surfaceNormalColorBlendPower": 1.2360597848892212,
|
||||
"viewDependentColorBlendPower": 1.514944314956665
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0024820533581078053,
|
||||
"crop": {
|
||||
"w": 0.8314357399940491,
|
||||
"x": 0.12430200725793839,
|
||||
"y": 0.16856426000595093,
|
||||
"z": 0.8756979703903198
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.984814405441284,
|
||||
"nearClip": 0.9703534841537476
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0019390378147363663,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.09401507675647736,
|
||||
"y": 0.0,
|
||||
"z": 0.6125041842460632
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.6167945861816406,
|
||||
"nearClip": 1.038196086883545
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.00200862530618906,
|
||||
"crop": {
|
||||
"w": 0.9841989874839783,
|
||||
"x": 0.01784210279583931,
|
||||
"y": 0.015800941735506058,
|
||||
"z": 0.9821578860282898
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.1477749347686768,
|
||||
"nearClip": 0.658510148525238
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002184902550652623,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.995286464691162,
|
||||
"nearClip": 0.7068547010421753
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002031835028901696,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.12932424247264862,
|
||||
"y": 0.0,
|
||||
"z": 0.5565081238746643
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.654228448867798,
|
||||
"nearClip": 1.1933988332748413
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002090761438012123,
|
||||
"crop": {
|
||||
"w": 0.9349505305290222,
|
||||
"x": 0.0,
|
||||
"y": 0.06504949182271957,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.132550001144409,
|
||||
"nearClip": 0.7410770058631897
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cb9d268fa2e054148b13dcf387937136
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 738 KiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7a709f4b0ffff824a88993be51181a7a
|
||||
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: 1
|
||||
swizzle: 50462976
|
||||
cookieLightType: 2
|
||||
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: 0
|
||||
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: 0
|
||||
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: 0
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.30214786529541016,
|
||||
"y": -1.0,
|
||||
"z": -0.39085817337036133
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.4443721771240234,
|
||||
"y": 2.0,
|
||||
"z": 1.5311498641967773
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.00577689241617918,
|
||||
"edgeMaskSobelMultiplier": 9.164346694946289,
|
||||
"surfaceNormalColorBlendPower": 1.2360597848892212,
|
||||
"viewDependentColorBlendPower": 1.514944314956665
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0024820533581078053,
|
||||
"crop": {
|
||||
"w": 0.8314357399940491,
|
||||
"x": 0.12430200725793839,
|
||||
"y": 0.16856426000595093,
|
||||
"z": 0.8756979703903198
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.984814405441284,
|
||||
"nearClip": 0.9703534841537476
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0019390378147363663,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.09401507675647736,
|
||||
"y": 0.0,
|
||||
"z": 0.6125041842460632
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.6167945861816406,
|
||||
"nearClip": 1.038196086883545
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.00200862530618906,
|
||||
"crop": {
|
||||
"w": 0.9841989874839783,
|
||||
"x": 0.01784210279583931,
|
||||
"y": 0.015800941735506058,
|
||||
"z": 0.9821578860282898
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.1477749347686768,
|
||||
"nearClip": 0.658510148525238
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002184902550652623,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.995286464691162,
|
||||
"nearClip": 0.7068547010421753
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002031835028901696,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.12932424247264862,
|
||||
"y": 0.0,
|
||||
"z": 0.5565081238746643
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.654228448867798,
|
||||
"nearClip": 1.1933988332748413
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002090761438012123,
|
||||
"crop": {
|
||||
"w": 0.9349505305290222,
|
||||
"x": 0.0,
|
||||
"y": 0.06504949182271957,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.132550001144409,
|
||||
"nearClip": 0.7410770058631897
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1758ba2dd8016184493f60799d33ce16
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 738 KiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0f817b4e3482163448e678eeef241f96
|
||||
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: 1
|
||||
swizzle: 50462976
|
||||
cookieLightType: 2
|
||||
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: 0
|
||||
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: 0
|
||||
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: 0
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.30214786529541016,
|
||||
"y": -1.0,
|
||||
"z": -0.39085817337036133
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.4443721771240234,
|
||||
"y": 2.0,
|
||||
"z": 1.5311498641967773
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.00577689241617918,
|
||||
"edgeMaskSobelMultiplier": 9.164346694946289,
|
||||
"surfaceNormalColorBlendPower": 1.2360597848892212,
|
||||
"viewDependentColorBlendPower": 1.514944314956665
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0024820533581078053,
|
||||
"crop": {
|
||||
"w": 0.8314357399940491,
|
||||
"x": 0.12430200725793839,
|
||||
"y": 0.16856426000595093,
|
||||
"z": 0.8756979703903198
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.984814405441284,
|
||||
"nearClip": 0.9703534841537476
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0019390378147363663,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.09401507675647736,
|
||||
"y": 0.0,
|
||||
"z": 0.6125041842460632
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.6167945861816406,
|
||||
"nearClip": 1.038196086883545
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.00200862530618906,
|
||||
"crop": {
|
||||
"w": 0.9841989874839783,
|
||||
"x": 0.01784210279583931,
|
||||
"y": 0.015800941735506058,
|
||||
"z": 0.9821578860282898
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.1477749347686768,
|
||||
"nearClip": 0.658510148525238
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002184902550652623,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.995286464691162,
|
||||
"nearClip": 0.7068547010421753
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002031835028901696,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.12932424247264862,
|
||||
"y": 0.0,
|
||||
"z": 0.5565081238746643
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.654228448867798,
|
||||
"nearClip": 1.1933988332748413
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002090761438012123,
|
||||
"crop": {
|
||||
"w": 0.9349505305290222,
|
||||
"x": 0.0,
|
||||
"y": 0.06504949182271957,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.132550001144409,
|
||||
"nearClip": 0.7410770058631897
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23ba8fd9590bb9249bcb7784e19efac3
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 738 KiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: affd8342cddf9f74cb275b21514b66f8
|
||||
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: 1
|
||||
swizzle: 50462976
|
||||
cookieLightType: 2
|
||||
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: 0
|
||||
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: 0
|
||||
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: 0
|
||||
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:
|
||||
@ -1,275 +0,0 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.30214786529541016,
|
||||
"y": -1.0,
|
||||
"z": -0.39085817337036133
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.4443721771240234,
|
||||
"y": 2.0,
|
||||
"z": 1.5311498641967773
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.00577689241617918,
|
||||
"edgeMaskSobelMultiplier": 9.164346694946289,
|
||||
"surfaceNormalColorBlendPower": 1.2360597848892212,
|
||||
"viewDependentColorBlendPower": 1.514944314956665
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0024820533581078053,
|
||||
"crop": {
|
||||
"w": 0.8314357399940491,
|
||||
"x": 0.12430200725793839,
|
||||
"y": 0.16856426000595093,
|
||||
"z": 0.8756979703903198
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.3175048828125,
|
||||
"y": 1499.0972900390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1275.4683837890625,
|
||||
"y": 718.2286987304688
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.32180747389793396,
|
||||
"e01": 0.0007329394575208426,
|
||||
"e02": 0.9468048214912415,
|
||||
"e03": 1.619429588317871,
|
||||
"e10": -0.9467655420303345,
|
||||
"e11": 0.008894646540284157,
|
||||
"e12": -0.32180100679397583,
|
||||
"e13": -1.4947996139526367,
|
||||
"e20": -0.008657354861497879,
|
||||
"e21": -0.99996018409729,
|
||||
"e22": -0.002168441889807582,
|
||||
"e23": 0.07123926281929016,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.984814405441284,
|
||||
"nearClip": 0.9703534841537476
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0019390378147363663,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.09401507675647736,
|
||||
"y": 0.0,
|
||||
"z": 0.6125041842460632
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1505.5750732421875,
|
||||
"y": 1504.5609130859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1280.892578125,
|
||||
"y": 728.7554321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.6473193764686584,
|
||||
"e01": 0.19083306193351746,
|
||||
"e02": -0.7379433512687683,
|
||||
"e03": -1.8117287158966064,
|
||||
"e10": 0.04852348566055298,
|
||||
"e11": 0.9558703899383545,
|
||||
"e12": 0.2897537648677826,
|
||||
"e13": -0.4360555410385132,
|
||||
"e20": 0.7606728076934814,
|
||||
"e21": -0.22337080538272858,
|
||||
"e22": 0.6094935536384583,
|
||||
"e23": 1.3320561647415161,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.6167945861816406,
|
||||
"nearClip": 1.038196086883545
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.00200862530618906,
|
||||
"crop": {
|
||||
"w": 0.9841989874839783,
|
||||
"x": 0.01784210279583931,
|
||||
"y": 0.015800941735506058,
|
||||
"z": 0.9821578860282898
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1498.4473876953125,
|
||||
"y": 1497.11083984375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1265.181884765625,
|
||||
"y": 722.2222290039063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.07454666495323181,
|
||||
"e01": 0.9283208250999451,
|
||||
"e02": -0.364229679107666,
|
||||
"e03": -1.0427669286727905,
|
||||
"e10": -0.9500028491020203,
|
||||
"e11": -0.04494527727365494,
|
||||
"e12": -0.30898958444595337,
|
||||
"e13": -1.3992159366607666,
|
||||
"e20": -0.30321186780929565,
|
||||
"e21": 0.36905336380004883,
|
||||
"e22": 0.8785568475723267,
|
||||
"e23": 1.3279074430465698,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.1477749347686768,
|
||||
"nearClip": 0.658510148525238
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002184902550652623,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1500.8951416015625,
|
||||
"y": 1500.4202880859375
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1285.6243896484375,
|
||||
"y": 726.32373046875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": -0.17494119703769684,
|
||||
"e01": -0.4072752594947815,
|
||||
"e02": -0.8963941335678101,
|
||||
"e03": -2.031996965408325,
|
||||
"e10": 0.9817010164260864,
|
||||
"e11": -0.002594058169052005,
|
||||
"e12": -0.19041116535663605,
|
||||
"e13": -1.4524781703948975,
|
||||
"e20": 0.07522445917129517,
|
||||
"e21": -0.9133017659187317,
|
||||
"e22": 0.4002763330936432,
|
||||
"e23": 0.14448893070220947,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 2.995286464691162,
|
||||
"nearClip": 0.7068547010421753
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002031835028901696,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.12932424247264862,
|
||||
"y": 0.0,
|
||||
"z": 0.5565081238746643
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1496.1097412109375,
|
||||
"y": 1495.4033203125
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1274.7603759765625,
|
||||
"y": 723.102294921875
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.7368024587631226,
|
||||
"e01": -0.10684210807085037,
|
||||
"e02": 0.6676127910614014,
|
||||
"e03": 1.5086183547973633,
|
||||
"e10": -0.03835581988096237,
|
||||
"e11": 0.9792395234107971,
|
||||
"e12": 0.19904454052448273,
|
||||
"e13": -0.4446754455566406,
|
||||
"e20": -0.6750192046165466,
|
||||
"e21": -0.17226335406303406,
|
||||
"e22": 0.7174081206321716,
|
||||
"e23": 1.148557186126709,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.654228448867798,
|
||||
"nearClip": 1.1933988332748413
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002090761438012123,
|
||||
"crop": {
|
||||
"w": 0.9349505305290222,
|
||||
"x": 0.0,
|
||||
"y": 0.06504949182271957,
|
||||
"z": 1.0
|
||||
},
|
||||
"depthFocalLength": {
|
||||
"x": 1495.0631103515625,
|
||||
"y": 1494.4176025390625
|
||||
},
|
||||
"depthImageSize": {
|
||||
"x": 2560.0,
|
||||
"y": 1440.0
|
||||
},
|
||||
"depthPrincipalPoint": {
|
||||
"x": 1267.37890625,
|
||||
"y": 736.1304321289063
|
||||
},
|
||||
"extrinsics": {
|
||||
"e00": 0.18193583190441132,
|
||||
"e01": -0.9022316336631775,
|
||||
"e02": 0.39099544286727905,
|
||||
"e03": 0.6211448907852173,
|
||||
"e10": 0.9682206511497498,
|
||||
"e11": 0.09497898072004318,
|
||||
"e12": -0.23136073350906372,
|
||||
"e13": -1.3657952547073364,
|
||||
"e20": 0.17160463333129883,
|
||||
"e21": 0.42066267132759094,
|
||||
"e22": 0.8908393383026123,
|
||||
"e23": 1.283046007156372,
|
||||
"e30": 0.0,
|
||||
"e31": 0.0,
|
||||
"e32": 0.0,
|
||||
"e33": 1.0
|
||||
},
|
||||
"farClip": 3.132550001144409,
|
||||
"nearClip": 0.7410770058631897
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user