Update checkmarks + rotation of teller, add videos
This commit is contained in:
parent
53e30e174f
commit
e50e4ba9a6
@ -12,9 +12,10 @@
|
||||
}
|
||||
|
||||
Composite(Sequence) {
|
||||
//RunTree("32_Grotto_Story_B_Grotto_Intro")
|
||||
RunTree("32_Grotto_Story_B_Grotto_Intro")
|
||||
//RunTree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto")
|
||||
|
||||
RunTree("32_Grotto_Kueche_Intro")
|
||||
//RunTree("32_Grotto_Kueche_Intro")
|
||||
//RunTree("32_Grotto_Kueche_Zwiebeln_schneiden")
|
||||
//RunTree("32_Grotto_Kueche_alles_gefunden")
|
||||
//RunTree("32_Grotto_Kueche_Interesse_Kochen")
|
||||
@ -505,10 +506,12 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
||||
//BTC.SpeechOutputEnded()
|
||||
|
||||
// TODO: Option VR Brille Bilder und Buch anschauen fehlt
|
||||
BTC.Wait(10)
|
||||
RunTree("32_Grotto_Im_Grotto_Essen_Init")
|
||||
BTC.Wait(5)
|
||||
|
||||
// TODO: Szenenuebergang fehlt
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto10Antw")
|
||||
BTC.Show("Depthkit.VIDEOS.AntwortNonnaGrotto_10")
|
||||
BTC.Run("Depthkit.VIDEOS.AntwortNonnaGrotto_10")
|
||||
BTC.Hide("Depthkit.VIDEOS.AntwortNonnaGrotto_10")
|
||||
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Antwort_Nonna_Grotto.11")
|
||||
BTC.AddPossbileSpeechIntent("Story_B_Grotto.Antwort_Nonna_Grotto.12")
|
||||
@ -538,7 +541,9 @@ Tree("32_Grotto_Story_B_Grotto_Antwort_Nonna_Grotto") {
|
||||
}
|
||||
}
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto15Antw")
|
||||
BTC.Show("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
|
||||
BTC.Run("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
|
||||
BTC.Hide("Depthkit.VIDEOS.AntwortNonnaGrotto_15")
|
||||
|
||||
RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
||||
}
|
||||
@ -679,6 +684,7 @@ Tree("32_Grotto_Kueche_Zwiebeln_schneiden") {
|
||||
|
||||
// Zwiebeln schneiden
|
||||
BTC.FindObjectsByTag("SlicedZwiebel", 6)
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark2")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.Zwiebelnschneiden2")
|
||||
BTC.Run("Depthkit.VIDEOS.Zwiebelnschneiden2")
|
||||
@ -906,7 +912,7 @@ Tree("32_Grotto_Kueche_alles_gefunden") {
|
||||
|
||||
// Oel in Topf geben
|
||||
BTC.Run("Particle.INTERACTABLES.Olivenoel")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark2")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark3")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.allesgefunden2Kuec")
|
||||
BTC.Run("Depthkit.VIDEOS.allesgefunden2Kuec")
|
||||
@ -920,7 +926,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("GO.STATIC.RezeptCheckmark4")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.allesgefunden3Kuec")
|
||||
BTC.Run("Depthkit.VIDEOS.allesgefunden3Kuec")
|
||||
@ -1193,7 +1199,7 @@ 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")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark5")
|
||||
|
||||
// Ruehren
|
||||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Loeffel")
|
||||
@ -1208,7 +1214,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
|
||||
BTC.Run("Particle.INTERACTABLES.Weisswein")
|
||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.ZwiebelnInTopf")
|
||||
BTC.Run("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark5")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark6")
|
||||
|
||||
Composite(Marathon) {
|
||||
Composite(Sequence) {
|
||||
@ -1227,7 +1233,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
|
||||
|
||||
// Bouillon in Topf geben
|
||||
BTC.Run("Particle.INTERACTABLES.Bouillon")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark6")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark7")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.ZusammenKochen4Kue")
|
||||
BTC.Run("Depthkit.VIDEOS.ZusammenKochen4Kue")
|
||||
@ -1236,6 +1242,7 @@ Tree("32_Grotto_Kueche_Zusammen_Kochen") {
|
||||
// Glas Wasser mit Steinpilze in Topf geben
|
||||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Steinpilze")
|
||||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark8")
|
||||
|
||||
RunTree("32_Grotto_Kueche_Parmigiano")
|
||||
}
|
||||
@ -1256,12 +1263,14 @@ Tree("32_Grotto_Kueche_Selbststaendig_Kochen") {
|
||||
Tree("32_Grotto_Kueche_Parmigiano") {
|
||||
// --- Kueche - Parmigiano ---
|
||||
Composite(Sequence) {
|
||||
BTC.Run("AudioSource.AUDIO.Kueche5ZusammenKoc") // ToDo: Video adden
|
||||
BTC.Show("Depthkit.VIDEOS.ZusammenKochen5Kue")
|
||||
BTC.Run("Depthkit.VIDEOS.ZusammenKochen5Kue")
|
||||
BTC.Hide("Depthkit.VIDEOS.ZusammenKochen5Kue")
|
||||
|
||||
// Parmigiano in Topf geben
|
||||
BTC.Set("Collider.INTERACTABLES.Topf", "otherTag", "Parmigiano")
|
||||
BTC.Run("Collider.INTERACTABLES.Topf")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark7")
|
||||
BTC.Show("GO.STATIC.RezeptCheckmark9")
|
||||
|
||||
BTC.Show("Depthkit.VIDEOS.ZusammenKochen6Kue")
|
||||
BTC.Run("Depthkit.VIDEOS.ZusammenKochen6Kue")
|
||||
@ -1376,24 +1385,27 @@ Tree("32_Grotto_Kueche_Parmigiano") {
|
||||
BTC.Run("AudioSource.AUDIO.KuecheOutro7")
|
||||
BTC.Run("AudioSource.AUDIO.KuecheOutro8")
|
||||
|
||||
RunTree("32_Grotto_Im_Grotto_Essen_Init")
|
||||
RunTree("32_Grotto_Im_Grotto_Essen_Intro")
|
||||
}
|
||||
}
|
||||
|
||||
Tree("32_Grotto_Im_Grotto_Essen_Init") {
|
||||
// Initialization
|
||||
Composite(Marathon) {
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -4.648, 0, -12.295)
|
||||
BTC.SetPosition("GO.HANDMENU", -4.648, 0, -12.295)
|
||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
||||
//BTC.StopSound("StudioEventEmitter.STATIC.Ambi3D")
|
||||
//BTC.StopSound("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||
}
|
||||
}
|
||||
|
||||
Tree("32_Grotto_Im_Grotto_Essen_Intro") {
|
||||
// --- Im Grotto Essen - Intro ---
|
||||
Composite(Sequence) {
|
||||
// Initialization
|
||||
Composite(Marathon) {
|
||||
BTC.SetPosition("GO.XRInteractionHandsSetup.XROrigin", -4.648, 0, -12.295)
|
||||
BTC.SetPosition("GO.HANDMENU", -4.648, 0, -12.295)
|
||||
BTC.Run("StudioEventEmitter.STATIC.KuechenAmbi")
|
||||
BTC.Run("StudioEventEmitter.STATIC.AmbiGarten")
|
||||
//BTC.StopSound("StudioEventEmitter.STATIC.Ambi3D")
|
||||
//BTC.StopSound("StudioEventEmitter.STATIC.HerdplatteAnstelle")
|
||||
BTC.StopSound("StudioEventEmitter.INTERACTABLES.Abloeschen")
|
||||
}
|
||||
|
||||
BTC.Run("AudioSource.AUDIO.ImGrottoessen1Intr")
|
||||
BTC.Run("AudioSource.AUDIO.ImGrottoessen2Intr")
|
||||
|
||||
|
@ -32,7 +32,7 @@ ModelImporter:
|
||||
extraExposedTransformPaths: []
|
||||
extraUserProperties: []
|
||||
clipAnimations: []
|
||||
isReadable: 0
|
||||
isReadable: 1
|
||||
meshes:
|
||||
lODScreenPercentages: []
|
||||
globalScale: 1
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9190fe4a03a26674b8de9b268bdd0b5b
|
||||
TextScriptImporter:
|
||||
guid: b430c1dc1ee1142549ae53e9e1bc9b40
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9c8617c039c61444ba06a318e631c50c
|
||||
TextScriptImporter:
|
||||
guid: 478b69014a1b340f49a3f8c46a1bb2a9
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4bf72773aa4a4684880e4363f0cb54fb
|
||||
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.009376227855682373,
|
||||
"y": -0.7268581390380859,
|
||||
"z": -0.2727818489074707
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 0.8406492471694946,
|
||||
"y": 1.4537162780761719,
|
||||
"z": 0.8313817977905273
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.007868525572121143,
|
||||
"edgeMaskSobelMultiplier": 49.40338897705078,
|
||||
"surfaceNormalColorBlendPower": 7.690242767333984,
|
||||
"viewDependentColorBlendPower": 3.8257012367248535
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.003830426372587681,
|
||||
"crop": {
|
||||
"w": 0.4627799689769745,
|
||||
"x": 0.18542900681495667,
|
||||
"y": 0.5372200608253479,
|
||||
"z": 0.5003348588943481
|
||||
},
|
||||
"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.6502091884613037,
|
||||
"nearClip": 1.3448715209960938
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003253703936934471,
|
||||
"crop": {
|
||||
"w": 0.7273674607276917,
|
||||
"x": 0.24263858795166016,
|
||||
"y": 0.27263250946998596,
|
||||
"z": 0.33019930124282837
|
||||
},
|
||||
"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.109095811843872,
|
||||
"nearClip": 1.5723856687545776
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003315917681902647,
|
||||
"crop": {
|
||||
"w": 0.6421997547149658,
|
||||
"x": 0.19783298671245575,
|
||||
"y": 0.26108139753341675,
|
||||
"z": 0.5134268999099731
|
||||
},
|
||||
"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": 2.827361583709717,
|
||||
"nearClip": 1.3194833993911743
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003734881989657879,
|
||||
"crop": {
|
||||
"w": 0.5876919627189636,
|
||||
"x": 0.38665950298309326,
|
||||
"y": 0.1517128348350525,
|
||||
"z": 0.5429526567459106
|
||||
},
|
||||
"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": 2.660810708999634,
|
||||
"nearClip": 1.322080373764038
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0034477864392101765,
|
||||
"crop": {
|
||||
"w": 0.8339751362800598,
|
||||
"x": 0.28222545981407166,
|
||||
"y": 0.1588558405637741,
|
||||
"z": 0.31229153275489807
|
||||
},
|
||||
"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.0968730449676514,
|
||||
"nearClip": 1.646667242050171
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0036552248056977987,
|
||||
"crop": {
|
||||
"w": 0.6222819685935974,
|
||||
"x": 0.304415225982666,
|
||||
"y": 0.2604588568210602,
|
||||
"z": 0.5442978739738464
|
||||
},
|
||||
"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.7186577320098877,
|
||||
"nearClip": 1.350752830505371
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB |
@ -1,140 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5da6701080658cf439281977d8c49f30
|
||||
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.009376227855682373,
|
||||
"y": -0.7268581390380859,
|
||||
"z": -0.2727818489074707
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 0.8406492471694946,
|
||||
"y": 1.4537162780761719,
|
||||
"z": 0.8313817977905273
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.007868525572121143,
|
||||
"edgeMaskSobelMultiplier": 49.40338897705078,
|
||||
"surfaceNormalColorBlendPower": 7.690242767333984,
|
||||
"viewDependentColorBlendPower": 3.8257012367248535
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.003830426372587681,
|
||||
"crop": {
|
||||
"w": 0.4627799689769745,
|
||||
"x": 0.18542900681495667,
|
||||
"y": 0.5372200608253479,
|
||||
"z": 0.5003348588943481
|
||||
},
|
||||
"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.6502091884613037,
|
||||
"nearClip": 1.3448715209960938
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003253703936934471,
|
||||
"crop": {
|
||||
"w": 0.7273674607276917,
|
||||
"x": 0.24263858795166016,
|
||||
"y": 0.27263250946998596,
|
||||
"z": 0.33019930124282837
|
||||
},
|
||||
"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.109095811843872,
|
||||
"nearClip": 1.5723856687545776
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003315917681902647,
|
||||
"crop": {
|
||||
"w": 0.6421997547149658,
|
||||
"x": 0.19783298671245575,
|
||||
"y": 0.26108139753341675,
|
||||
"z": 0.5134268999099731
|
||||
},
|
||||
"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": 2.827361583709717,
|
||||
"nearClip": 1.3194833993911743
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.003734881989657879,
|
||||
"crop": {
|
||||
"w": 0.5876919627189636,
|
||||
"x": 0.38665950298309326,
|
||||
"y": 0.1517128348350525,
|
||||
"z": 0.5429526567459106
|
||||
},
|
||||
"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": 2.660810708999634,
|
||||
"nearClip": 1.322080373764038
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0034477864392101765,
|
||||
"crop": {
|
||||
"w": 0.8339751362800598,
|
||||
"x": 0.28222545981407166,
|
||||
"y": 0.1588558405637741,
|
||||
"z": 0.31229153275489807
|
||||
},
|
||||
"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.0968730449676514,
|
||||
"nearClip": 1.646667242050171
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0036552248056977987,
|
||||
"crop": {
|
||||
"w": 0.6222819685935974,
|
||||
"x": 0.304415225982666,
|
||||
"y": 0.2604588568210602,
|
||||
"z": 0.5442978739738464
|
||||
},
|
||||
"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.7186577320098877,
|
||||
"nearClip": 1.350752830505371
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -459,7 +459,7 @@ PrefabInstance:
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_poster
|
||||
value:
|
||||
objectReference: {fileID: 2800000, guid: a3f2a6ea7d4c9484dba7ea4a2ff03d2d, type: 3}
|
||||
objectReference: {fileID: 2800000, guid: ea70b64eca7b98848870b02bd876804c, type: 3}
|
||||
- target: {fileID: 8753041968747118871, guid: 1d9c25c646ab3f34c9b577e152c7b98e, type: 3}
|
||||
propertyPath: m_metadataFile
|
||||
value:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user