From b286770a8abbf1649a66f57d27dbf43044817a0d Mon Sep 17 00:00:00 2001 From: Mihkel Roomet Date: Thu, 18 Apr 2024 00:24:56 +0300 Subject: [PATCH] Prototype 2: Added a custom sky sphere. Added fresnel to bubbles. --- Content/Blueprints/BP_Bubble2.uasset | 4 ++-- Content/Blueprints/BP_BubbleGrid2.uasset | 4 ++-- Content/Blueprints/BP_Custom_Sky_Sphere.uasset | 3 +++ Content/Maps/Prototype_BubbleGrid2.umap | 4 ++-- Content/Materials/BubbleDefaultMaterial.uasset | 4 ++-- Content/Materials/BubbleHighlightedMaterial.uasset | 4 ++-- Content/Materials/M_CustomSky.uasset | 3 +++ Content/Meshes/SM_SkySphere.uasset | 3 +++ Content/Prototype_BubbleGrid2.umap | 3 +++ 9 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 Content/Blueprints/BP_Custom_Sky_Sphere.uasset create mode 100644 Content/Materials/M_CustomSky.uasset create mode 100644 Content/Meshes/SM_SkySphere.uasset create mode 100644 Content/Prototype_BubbleGrid2.umap diff --git a/Content/Blueprints/BP_Bubble2.uasset b/Content/Blueprints/BP_Bubble2.uasset index bc097b6..d9f48c6 100644 --- a/Content/Blueprints/BP_Bubble2.uasset +++ b/Content/Blueprints/BP_Bubble2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:215658cd7bca1bab14f4599d6e6dce6a678f1a9c6f45f4424e90ec69f13e5c13 -size 122619 +oid sha256:8ae1c0bfe742174e04874b6daac2da49193f8dff988642d71146b49d2f2a5200 +size 124159 diff --git a/Content/Blueprints/BP_BubbleGrid2.uasset b/Content/Blueprints/BP_BubbleGrid2.uasset index 0189bd5..c0912f5 100644 --- a/Content/Blueprints/BP_BubbleGrid2.uasset +++ b/Content/Blueprints/BP_BubbleGrid2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3cd3899f951c1c0bc3214f424c0b3d90df9632d21d43df990471ce5ed51faa29 -size 260536 +oid sha256:bd9efffb0b41c3d1239bc9d118aead32838e804709834fa996f673d29b13dd06 +size 258039 diff --git a/Content/Blueprints/BP_Custom_Sky_Sphere.uasset b/Content/Blueprints/BP_Custom_Sky_Sphere.uasset new file mode 100644 index 0000000..e9e0eba --- /dev/null +++ b/Content/Blueprints/BP_Custom_Sky_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855f53f15e379112ad4987b2e577745792ed06196ecce3726b62a83e74b4038f +size 325467 diff --git a/Content/Maps/Prototype_BubbleGrid2.umap b/Content/Maps/Prototype_BubbleGrid2.umap index cb6b29f..0b73dc2 100644 --- a/Content/Maps/Prototype_BubbleGrid2.umap +++ b/Content/Maps/Prototype_BubbleGrid2.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a7ea544d18439a347934a550de0facb4d52ce994e99b310c06e8756c4922845 -size 60392 +oid sha256:a646f2ac01afefa5139e27cd78247500398fc9bde398879aae863f8631a3656a +size 82322 diff --git a/Content/Materials/BubbleDefaultMaterial.uasset b/Content/Materials/BubbleDefaultMaterial.uasset index ac8d365..0937081 100644 --- a/Content/Materials/BubbleDefaultMaterial.uasset +++ b/Content/Materials/BubbleDefaultMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92a1ef4694fb7114ebc96715438c3530b3189ba71ef82cf0436b721fc83630f9 -size 10978 +oid sha256:ffdf7a944fe17a9b92075b087d30ece875bd3bc9ba858d2761177c95600f5831 +size 13747 diff --git a/Content/Materials/BubbleHighlightedMaterial.uasset b/Content/Materials/BubbleHighlightedMaterial.uasset index 73350e7..55983c7 100644 --- a/Content/Materials/BubbleHighlightedMaterial.uasset +++ b/Content/Materials/BubbleHighlightedMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1490eda196a6f7e94c52646eddbb638c3889a949f912d63898027c3a16e2be0 -size 8950 +oid sha256:cda2f77f6fdbfe1392e0743d2dbb1043f6f07e16f545719756466e50dd229a39 +size 11086 diff --git a/Content/Materials/M_CustomSky.uasset b/Content/Materials/M_CustomSky.uasset new file mode 100644 index 0000000..e1ab592 --- /dev/null +++ b/Content/Materials/M_CustomSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad1bdc045b661aba783e4d2c60996051038cb830ee22ab49fc540c16acd7075 +size 45328 diff --git a/Content/Meshes/SM_SkySphere.uasset b/Content/Meshes/SM_SkySphere.uasset new file mode 100644 index 0000000..bb15ffe --- /dev/null +++ b/Content/Meshes/SM_SkySphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f866c258403bbf12dc164f4cedc068c669c226f1907013dfbab27da671d7099 +size 159257 diff --git a/Content/Prototype_BubbleGrid2.umap b/Content/Prototype_BubbleGrid2.umap new file mode 100644 index 0000000..958a015 --- /dev/null +++ b/Content/Prototype_BubbleGrid2.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec85260a833d82ebedb37df0c8ce0159b710c1b08fdb3134be9b0df3748c5bb1 +size 68201