Compare commits
No commits in common. "cdef186ec6d14237087b96845abbf3b9102113ac" and "81f5c02933a20c7317c3a684a718bd04e215c30b" have entirely different histories.
cdef186ec6
...
81f5c02933
@ -22,14 +22,10 @@
|
||||
BTC.StopSpeechIntentRecognition()
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
|
||||
BTC.Show("GO.HANDMENU.SpeechButton")
|
||||
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "Restart")
|
||||
BTC.Show("GO.HANDMENU.Option1Button")
|
||||
BTC.Run("NamedEventTrigger.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -39,7 +35,6 @@ Tree("10_SBB_Zugabteil_Intro") {
|
||||
Composite(Selector) {
|
||||
Composite(Sequence) {
|
||||
BTC.NoStoriesVisited()
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition1Zugabte")
|
||||
|
||||
BTC.SynthesizeText("Wir begrüssen dich auf unserer Reise in die Sprache und Kultur der italienischsprachigen Schweiz.")
|
||||
BTC.SpeechOutputEnded()
|
||||
@ -68,21 +63,32 @@ Tree("10_SBB_Zugabteil_Intro") {
|
||||
BTC.SpeechOutputEnded()
|
||||
|
||||
// --- Zugabteil - Exposition ---
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition1Zugabte")
|
||||
BTC.Run("Depthkit.VIDEOS.Exposition1Zugabte")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition1Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition2Zugabte")
|
||||
Composite(Marathon) {
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition1Zugabte")
|
||||
//BTC.Run("AudioSource.AUDIO.Exposition1Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition2Zugabte")
|
||||
}
|
||||
BTC.Run("Depthkit.VIDEOS.Exposition2Zugabte")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition2Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition3Zugabte")
|
||||
Composite(Marathon) {
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition2Zugabte")
|
||||
//BTC.Run("AudioSource.AUDIO.Exposition2Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition3Zugabte")
|
||||
}
|
||||
BTC.Run("Depthkit.VIDEOS.Exposition3Zugabte")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition3Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition4Zugabte")
|
||||
BTC.Run("Depthkit.VIDEOS.Exposition4Zugabte")
|
||||
Composite(Marathon) {
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition3Zugabte")
|
||||
//BTC.Run("AudioSource.AUDIO.Exposition3Zugabte")
|
||||
BTC.Show("Depthkit.VIDEOS.Exposition4Zugabte")
|
||||
}
|
||||
|
||||
BTC.Run("Depthkit.VIDEOS.Exposition4Zugabte")
|
||||
BTC.Hide("Depthkit.VIDEOS.Exposition4Zugabte")
|
||||
//BTC.Run("AudioSource.AUDIO.Exposition4Zugabte")
|
||||
//BTC.Run("AudioSource.AUDIO.Exposition5Zugabte")
|
||||
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
|
||||
@ -113,9 +119,8 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A + B + C besucht
|
||||
BTC.StoryCVisited()
|
||||
// --- Zugabteil - Story Ende ---
|
||||
BTC.Show("Depthkit.VIDEOS.StoryEnde1Zugabtei")
|
||||
BTC.Run("Depthkit.VIDEOS.StoryEnde1Zugabtei")
|
||||
BTC.Hide("Depthkit.VIDEOS.StoryEnde1Zugabtei")
|
||||
BTC.SynthesizeText("Abbiamo viaggiato tre giorni! Abbiamo visitato il grotto di mia nonna, fatto un picnic al Castello Montebello e fatto un'escursione in Valposchiavo. Spero di essere riuscita a farti affezionare alla mia terra. Abbiamo anche dei bei ricordi con le foto che hai scattato. Vieni a trovarmi di nuovo, dai, ne sarei felice! Buon viaggio di ritorno!")
|
||||
BTC.SpeechOutputEnded()
|
||||
// --- ENDE ---
|
||||
}
|
||||
|
||||
@ -123,8 +128,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A + B besucht
|
||||
// Story C nicht besucht
|
||||
// --- Zugabteil - Repetition Intro C ---
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroC1Z")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroC1Z")
|
||||
BTC.Run("AudioSource.AUDIO.RepetitionIntroC1Z")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
}
|
||||
@ -138,8 +142,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A + C besucht
|
||||
// Story B nicht besucht
|
||||
// --- Zugabteil - Repetition Intro B ---
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroB1Z")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroB1Z")
|
||||
BTC.Run("AudioSource.AUDIO.RepetitionIntroB1Z")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
|
||||
@ -147,8 +150,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story A besucht
|
||||
// Story B + C nicht besucht
|
||||
// --- Zugabteil - Repetition Intro BC ---
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroBC1")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroBC1")
|
||||
BTC.Run("AudioSource.AUDIO.RepetitionIntroBC1")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
}
|
||||
@ -167,8 +169,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story B + C besucht
|
||||
// Story A nicht besucht
|
||||
// --- Zugabteil - Repetition Intro A ---
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroA1Z")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroA1Z")
|
||||
BTC.Run("AudioSource.AUDIO.RepetitionIntroA1Z")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
|
||||
@ -176,8 +177,10 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story B besucht
|
||||
// Story A + C nicht besucht
|
||||
// --- Zugabteil - Repetition Intro AC ---
|
||||
//BTC.Run("AudioSource.AUDIO.RepetitionIntroAC1")
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroAC1")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroAC1")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAC1")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
}
|
||||
@ -190,8 +193,7 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
// Story C besucht
|
||||
// Story A + B nicht besucht
|
||||
// --- Zugabteil - Repetition Intro AB ---
|
||||
BTC.Show("Depthkit.VIDEOS.RepetitionIntroAB1")
|
||||
BTC.Run("Depthkit.VIDEOS.RepetitionIntroAB1")
|
||||
BTC.Run("AudioSource.AUDIO.RepetitionIntroAB1")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
|
||||
@ -201,24 +203,30 @@ Tree("10_SBB_Zugabteil_Szenenwahl_Selection") {
|
||||
Composite(Sequence) {
|
||||
BTC.CompareRepetitionVisitedCounter(0)
|
||||
// --- Zugabteil - Intro ABC erste ---
|
||||
//BTC.Run("AudioSource.AUDIO.IntroABCerste1Zuga")
|
||||
BTC.Show("Depthkit.VIDEOS.IntroABCerste1Zuga")
|
||||
BTC.Run("Depthkit.VIDEOS.IntroABCerste1Zuga")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCerste1Zuga")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// Erste Wiederholung
|
||||
BTC.CompareRepetitionVisitedCounter(1)
|
||||
// --- Zugabteil - Intro ABC zweite ---
|
||||
//BTC.Run("AudioSource.AUDIO.IntroABCzweite1Zug")
|
||||
BTC.Show("Depthkit.VIDEOS.IntroABCzweite1Zug")
|
||||
BTC.Run("Depthkit.VIDEOS.IntroABCzweite1Zug")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCzweite1Zug")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// Zweite Wiederholung
|
||||
BTC.CompareRepetitionVisitedCounter(2)
|
||||
// --- Zugabteil - Intro ABC dritte ---
|
||||
//BTC.Run("AudioSource.AUDIO.IntroABCdritte1Zug")
|
||||
BTC.Show("Depthkit.VIDEOS.IntroABCdritte1Zug")
|
||||
BTC.Run("Depthkit.VIDEOS.IntroABCdritte1Zug")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCdritte1Zug")
|
||||
BTC.SetBool("handmenu_active")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl")
|
||||
}
|
||||
@ -255,7 +263,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
//BTC.SetStoryAVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
|
||||
@ -269,7 +276,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
//BTC.SetStoryCVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -297,7 +303,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
//BTC.SetStoryAVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
BTC.CompareIntentID("Zugabteil.Szenenwahl.5")
|
||||
@ -311,7 +316,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
//BTC.SetStoryCVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -319,7 +323,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
Composite(Sequence) {
|
||||
// Option 2: Handmenu
|
||||
Composite(Marathon) {
|
||||
BTC.Show("GO.HANDMENU.SpeechButton")
|
||||
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "picnic")
|
||||
BTC.Show("GO.HANDMENU.Option1Button")
|
||||
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "grotto")
|
||||
@ -337,9 +340,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -349,7 +349,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
//BTC.SetStoryAVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// grotto
|
||||
@ -359,9 +358,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -379,9 +375,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -391,7 +384,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
//BTC.SetStoryCVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
} // Ende Race Buttons
|
||||
} // Ende Option 2 Handmenu
|
||||
@ -413,7 +405,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.ClearPossbileSpeechIntents()
|
||||
BTC.AbortEventListener("NamedGrabEvent.INTERACTABLES.VRBrille")
|
||||
BTC.IncrementRepetitionVisitedCounter()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
|
||||
}
|
||||
|
||||
@ -430,7 +421,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
|
||||
// --- Bilder Bergell ---
|
||||
//BTC.Run("LoadScene.NEXT.35Slideshow")
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
RunTree("10_SBB_Zugabteil_Szenenwahl_Selection")
|
||||
}
|
||||
|
||||
@ -438,7 +428,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
Composite(Sequence) {
|
||||
BTC.CompareBool("handmenu_active")
|
||||
Composite(Marathon) {
|
||||
BTC.Show("GO.HANDMENU.SpeechButton")
|
||||
BTC.Set("TextMeshPro.HANDMENU.Option1Button", "text", "picnic")
|
||||
BTC.Show("GO.HANDMENU.Option1Button")
|
||||
BTC.Set("TextMeshPro.HANDMENU.Option2Button", "text", "grotto")
|
||||
@ -458,9 +447,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -470,7 +456,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story A Picknicken
|
||||
// ...
|
||||
//BTC.SetStoryAVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
Composite(Sequence) {
|
||||
// grotto
|
||||
@ -482,9 +467,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -504,9 +486,6 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
BTC.Hide("GO.HANDMENU.Option1Button")
|
||||
BTC.Hide("GO.HANDMENU.Option2Button")
|
||||
BTC.Hide("GO.HANDMENU.Option3Button")
|
||||
BTC.Hide("GO.HANDMENU.SpeechButton")
|
||||
BTC.Show("GO.HANDMENU.Home")
|
||||
BTC.Hide("GO.HANDMENU.SpeechOptions")
|
||||
}
|
||||
|
||||
BTC.AbortSpeechEventListener()
|
||||
@ -516,24 +495,9 @@ Tree("10_SBB_Zugabteil_Szenenwahl") {
|
||||
// Load Scene: Story C Wandern
|
||||
// ...
|
||||
//BTC.SetStoryCVisited()
|
||||
RunTree("10_SBB_Hide_Videos")
|
||||
}
|
||||
}
|
||||
}
|
||||
} // Ende Race
|
||||
}
|
||||
}
|
||||
|
||||
Tree("10_SBB_Hide_Videos") {
|
||||
Composite(Marathon) {
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroC1Z")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroB1Z")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroBC1")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroA1Z")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAC1")
|
||||
BTC.Hide("Depthkit.VIDEOS.RepetitionIntroAB1")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCerste1Zuga")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCzweite1Zug")
|
||||
BTC.Hide("Depthkit.VIDEOS.IntroABCdritte1Zug")
|
||||
}
|
||||
}
|
||||
|
@ -1,27 +1,11 @@
|
||||
Tree("Root") {
|
||||
Composite(Sequence) {
|
||||
BTC.Show("Depthkit.VIDEOS.1StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.1StoryBGrotto")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.1StoryBGrotto")
|
||||
BTC.Show("Depthkit.VIDEOS.2StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.2StoryBGrotto")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.2StoryBGrotto")
|
||||
BTC.Show("Depthkit.VIDEOS.3StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.3StoryBGrotto")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.3StoryBGrotto")
|
||||
BTC.Show("Depthkit.VIDEOS.4StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.4StoryBGrotto")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.4StoryBGrotto")
|
||||
BTC.Show("Depthkit.VIDEOS.5StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.5StoryBGrotto")
|
||||
|
||||
BTC.Hide("Depthkit.VIDEOS.5StoryBGrotto")
|
||||
BTC.Show("Depthkit.VIDEOS.6StoryBGrotto")
|
||||
BTC.Run("Depthkit.VIDEOS.6StoryBGrotto")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto1")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto2")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto3")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto4")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto5")
|
||||
BTC.Run("AudioSource.AUDIO.StoryBGrotto6")
|
||||
|
||||
// Go to Scene 3.1: im Bus ins Grotto
|
||||
BTC.Run("LoadScene.NEXT.31Slideshow")
|
||||
|
BIN
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..1.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4eafced12a3d6d441ab686125a903ec7
|
||||
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:
|
275
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..1.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_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
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a4529e98f3280a64480311fa04449f64
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..2.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d8b97a7950def5c4f893e79d773195f4
|
||||
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:
|
275
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..2.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_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
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e58bd0dd280c88f4cbfa8ada85cff847
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..3.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a2df9ce64c5fd7a4b9d75eafb6f2c1a0
|
||||
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:
|
275
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..3.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_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
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 13d7616eb2ac304478b3519e1d940afc
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..4.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 387b02e1c5dee78468539fb47368e87d
|
||||
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:
|
275
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..4.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_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
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 03426fa0887ab46408f1964d24e421e6
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..5.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 14b6ddc4a279ba146a08276eaf7295c1
|
||||
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:
|
275
Viagg-io/Assets/Models/Grotto/DepthKit/Story_B_Grotto..5.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_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
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9947a4d0d3c0f4443af116e14a39517c
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1e98703e2549c3149814d1487ab16507
|
||||
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:
|
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e4219e7738db920428b6fb42fadf0eb3
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4ee7145cbc0c2fb46895a279750b7336
|
||||
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:
|
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a19b39a1b441f2d49b692ed1e8a36411
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 86f11138113b0a840ac1f9ac1f34c85f
|
||||
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:
|
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7d782e6de31ffd54fafedb53fe45e35f
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 63e1b6dfa8c95484f82fe620df7d3086
|
||||
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:
|
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e8da22600c36214428c3760b614a7eeb
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2b102502656684b4587610c1ef8925e7
|
||||
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:
|
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3912d77849fc9c543b46e83fc98529a1
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/SBB/DepthKit/Zugabteil.Story_Ende.1.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 60b4a2bc876841349949c3f1b1d02826
|
||||
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:
|
275
Viagg-io/Assets/Models/SBB/DepthKit/Zugabteil.Story_Ende.1.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0e7b94f5fed0e084292d00f85fcf76fc
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Viagg-io/Assets/Models/SBB/DepthKit/Zugabteil.Szenenwahl.1.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
@ -0,0 +1,140 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8e6305b9a60caec409e77a62c1b81308
|
||||
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:
|
1862
Viagg-io/Assets/Models/SBB/DepthKit/Zugabteil.Szenenwahl.1.prefab
Normal file
275
Viagg-io/Assets/Models/SBB/DepthKit/Zugabteil.Szenenwahl.1.txt
Normal file
@ -0,0 +1,275 @@
|
||||
{
|
||||
"_versionMajor": 0,
|
||||
"_versionMinor": 5,
|
||||
"boundsCenter": {
|
||||
"x": -0.1530594825744629,
|
||||
"y": -1.0,
|
||||
"z": 0.005427360534667969
|
||||
},
|
||||
"boundsSize": {
|
||||
"x": 1.0157957077026367,
|
||||
"y": 2.0,
|
||||
"z": 1.1236381530761719
|
||||
},
|
||||
"defaultReconstructionSettings": {
|
||||
"depthBiasAdjustment": 0.0,
|
||||
"edgeMaskBlurAmount": 0.009999999776482582,
|
||||
"edgeMaskSobelMultiplier": 10.0,
|
||||
"surfaceNormalColorBlendPower": 2.0,
|
||||
"viewDependentColorBlendPower": 0.0010000000474974513
|
||||
},
|
||||
"format": "perpixel",
|
||||
"numAngles": 6,
|
||||
"numColumns": 3,
|
||||
"numRows": 2,
|
||||
"perspectives": [
|
||||
{
|
||||
"clipEpsilon": 0.0031098413746804,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.14487984776496887,
|
||||
"y": 0.0,
|
||||
"z": 0.8551201820373535
|
||||
},
|
||||
"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.6411852836608887,
|
||||
"nearClip": 1.03338623046875
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0024826740846037865,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.289936363697052,
|
||||
"y": 0.0,
|
||||
"z": 0.4658050537109375
|
||||
},
|
||||
"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.2029595375061035,
|
||||
"nearClip": 1.1890019178390503
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.002531463513150811,
|
||||
"crop": {
|
||||
"w": 0.7013381719589233,
|
||||
"x": 0.0,
|
||||
"y": 0.29866185784339905,
|
||||
"z": 1.0
|
||||
},
|
||||
"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.5968565940856934,
|
||||
"nearClip": 0.6217145323753357
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0028716798406094313,
|
||||
"crop": {
|
||||
"w": 0.5660402178764343,
|
||||
"x": 0.044740866869688034,
|
||||
"y": 0.0,
|
||||
"z": 0.9552591443061829
|
||||
},
|
||||
"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.6966593265533447,
|
||||
"nearClip": 0.9555181860923767
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026562476996332407,
|
||||
"crop": {
|
||||
"w": 1.0,
|
||||
"x": 0.0956573486328125,
|
||||
"y": 0.0,
|
||||
"z": 0.4937576651573181
|
||||
},
|
||||
"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": 2.981159210205078,
|
||||
"nearClip": 1.0988047122955322
|
||||
},
|
||||
{
|
||||
"clipEpsilon": 0.0026869093999266624,
|
||||
"crop": {
|
||||
"w": 0.8748708963394165,
|
||||
"x": 0.0,
|
||||
"y": 0.1251291036605835,
|
||||
"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.4559309482574463,
|
||||
"nearClip": 0.59505695104599
|
||||
}
|
||||
],
|
||||
"textureHeight": 2048,
|
||||
"textureWidth": 2016
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6722e7c0d4bc304a978524b2ea10c5e
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -93,7 +93,11 @@ public class NamedDepthkitPlayer : ComponentHandler {
|
||||
//depthkitClip.Player.StartVideoLoad();
|
||||
|
||||
//StartCoroutine(depthkitClip.player.LoadAndPlay());
|
||||
depthkitClip.player.Play();
|
||||
mediaPlayer = GetComponent<MediaPlayer>();
|
||||
if (mediaPlayer != null)
|
||||
{
|
||||
mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder));
|
||||
}
|
||||
|
||||
//GetComponent<RenderHeads.Media.AVProVideo.MediaPlayer>().Rewind(false);
|
||||
//Debug.Log("NamedDepthkitPlayer.FirstRun: Load "+Time.frameCount);
|
||||
@ -151,11 +155,6 @@ public class NamedDepthkitPlayer : ComponentHandler {
|
||||
switch (nodeState) {
|
||||
case NodeState.FirstRun:
|
||||
gameObject.SetActive(true);
|
||||
mediaPlayer = GetComponent<MediaPlayer>();
|
||||
if (mediaPlayer != null)
|
||||
{
|
||||
mediaPlayer.OpenMedia(new MediaPath(videoPath, MediaPathType.RelativeToPersistentDataFolder), autoPlay: false);
|
||||
}
|
||||
goto case NodeState.Running;
|
||||
case NodeState.Running:
|
||||
Task.SetSucceeded();
|
||||
@ -169,12 +168,6 @@ public class NamedDepthkitPlayer : ComponentHandler {
|
||||
//Debug.Log($"NamedDepthkitPlayer.Hide {nodeState}");
|
||||
switch (nodeState) {
|
||||
case NodeState.FirstRun:
|
||||
if (mediaPlayer != null)
|
||||
{
|
||||
mediaPlayer.CloseMedia();
|
||||
Debug.Log("Closing media...");
|
||||
}
|
||||
|
||||
gameObject.SetActive(false);
|
||||
goto case NodeState.Running;
|
||||
case NodeState.Running:
|
||||
|
@ -4,6 +4,7 @@
|
||||
EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
<<<<<<< Updated upstream
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/1.0-SBB.unity
|
||||
@ -17,7 +18,9 @@ EditorBuildSettings:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/3.2-Grotto.unity
|
||||
guid: 73660f1e1eb0e524fb6b6f42ca2c7b54
|
||||
=======
|
||||
m_Scenes: []
|
||||
>>>>>>> Stashed changes
|
||||
m_configObjects:
|
||||
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: bfa1182bd221b4ca89619141f66f1260, type: 2}
|
||||
com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 0f4832b23b368b643bc8a91696fbb473, type: 2}
|
||||
|