From c2827425c4dbbea9fadc5e37f87c6b69b32e3917 Mon Sep 17 00:00:00 2001 From: kerutoo Date: Wed, 29 Apr 2026 19:38:12 +0300 Subject: [PATCH] fixed materials, added assets like toolbox and shelf --- Content/Assets/Floor/SM_SM_Ledges.uasset | 3 +++ .../HexaLights/HexagonLight/Materials/Light_Soft.uasset | 3 +++ .../HexaLights/HexagonLight/Materials/Light_Strong.uasset | 3 +++ .../HexaLights/HexagonLight/Materials/Plastic_Black.uasset | 3 +++ .../HexaLights/HexagonLight/StaticMeshes/HexagonLight.uasset | 3 +++ .../Assets/Shelves/GarageShelf/Materials/Scene_-_Root.uasset | 3 +++ Content/Assets/Shelves/GarageShelf/SM_GarageShelf.uasset | 3 +++ .../GarageShelf/Textures/Scene_-_Root_baseColor.uasset | 3 +++ .../Textures/Scene_-_Root_metallicRoughness.uasset | 3 +++ .../Shelves/GarageShelf/Textures/Scene_-_Root_normal.uasset | 3 +++ Content/Assets/Shelves/Toolbox/Materials/Material_73.uasset | 3 +++ Content/Assets/Shelves/Toolbox/SM_ToolBox.uasset | 3 +++ .../Shelves/Toolbox/Textures/Material_73_baseColor.uasset | 3 +++ .../Toolbox/Textures/Material_73_metallicRoughness.uasset | 3 +++ .../Assets/Shelves/Toolbox/Textures/Material_73_normal.uasset | 3 +++ Content/Assets/TrashBin/BlueBin/Materials/Scene_-_Root.uasset | 3 +++ Content/Assets/TrashBin/BlueBin/SM_BlueBin.uasset | 3 +++ .../TrashBin/BlueBin/Textures/Scene_-_Root_baseColor.uasset | 3 +++ .../BlueBin/Textures/Scene_-_Root_metallicRoughness.uasset | 3 +++ .../TrashBin/BlueBin/Textures/Scene_-_Root_normal.uasset | 3 +++ Content/Materials/Bricks/M_Bricks.uasset | 3 +++ Content/Materials/Bricks/brick-wall_albedo.uasset | 3 +++ Content/Materials/Bricks/brick-wall_ao.uasset | 3 +++ Content/Materials/Bricks/brick-wall_height.uasset | 3 +++ Content/Materials/Bricks/brick-wall_metallic.uasset | 3 +++ Content/Materials/Bricks/brick-wall_normal-dx.uasset | 3 +++ Content/Materials/Bricks/brick-wall_preview.uasset | 3 +++ Content/Materials/Bricks/brick-wall_roughness.uasset | 3 +++ Content/Materials/FloorMaterial/M_PaintedConcrete.uasset | 3 +++ .../FloorMaterial/Textures/painted_concrete_02_diff.uasset | 3 +++ .../FloorMaterial/Textures/painted_concrete_02_nor_gl.uasset | 3 +++ .../FloorMaterial/Textures/painted_concrete_02_rough.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement--albedo.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement-Height.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement-Metallic.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement-Normal-dx.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement-Roughness.uasset | 3 +++ .../FloorNoiseMaterial/Textures/Lined-Cement-ao.uasset | 3 +++ .../WallsMaterial/Textures/fiber-textured-wall1_albedo.uasset | 3 +++ .../WallsMaterial/Textures/fiber-textured-wall1_ao.uasset | 3 +++ .../WallsMaterial/Textures/fiber-textured-wall1_height.uasset | 3 +++ .../Textures/fiber-textured-wall1_metallic.uasset | 3 +++ .../Textures/fiber-textured-wall1_normal-dx.uasset | 3 +++ .../Textures/fiber-textured-wall1_preview.uasset | 3 +++ .../Textures/fiber-textured-wall1_roughness.uasset | 3 +++ .../WallsMaterial/fiber-textured-wall1_preview_Mat.uasset | 3 +++ Content/Materials/WhiteBricks/M_WhiteBricks.uasset | 3 +++ Content/Materials/WhiteBricks/white-brick-wall_albedo.uasset | 3 +++ Content/Materials/WhiteBricks/white-brick-wall_ao.uasset | 3 +++ Content/Materials/WhiteBricks/white-brick-wall_height.uasset | 3 +++ .../Materials/WhiteBricks/white-brick-wall_metallic.uasset | 3 +++ .../Materials/WhiteBricks/white-brick-wall_normal-dx.uasset | 3 +++ Content/Materials/WhiteBricks/white-brick-wall_preview.uasset | 3 +++ .../Materials/WhiteBricks/white-brick-wall_roughness.uasset | 3 +++ Content/VRTemplate/Maps/VRTemplateMap.umap | 4 ++-- 55 files changed, 164 insertions(+), 2 deletions(-) create mode 100644 Content/Assets/Floor/SM_SM_Ledges.uasset create mode 100644 Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Soft.uasset create mode 100644 Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Strong.uasset create mode 100644 Content/Assets/Lights/HexaLights/HexagonLight/Materials/Plastic_Black.uasset create mode 100644 Content/Assets/Lights/HexaLights/HexagonLight/StaticMeshes/HexagonLight.uasset create mode 100644 Content/Assets/Shelves/GarageShelf/Materials/Scene_-_Root.uasset create mode 100644 Content/Assets/Shelves/GarageShelf/SM_GarageShelf.uasset create mode 100644 Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_baseColor.uasset create mode 100644 Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_metallicRoughness.uasset create mode 100644 Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_normal.uasset create mode 100644 Content/Assets/Shelves/Toolbox/Materials/Material_73.uasset create mode 100644 Content/Assets/Shelves/Toolbox/SM_ToolBox.uasset create mode 100644 Content/Assets/Shelves/Toolbox/Textures/Material_73_baseColor.uasset create mode 100644 Content/Assets/Shelves/Toolbox/Textures/Material_73_metallicRoughness.uasset create mode 100644 Content/Assets/Shelves/Toolbox/Textures/Material_73_normal.uasset create mode 100644 Content/Assets/TrashBin/BlueBin/Materials/Scene_-_Root.uasset create mode 100644 Content/Assets/TrashBin/BlueBin/SM_BlueBin.uasset create mode 100644 Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_baseColor.uasset create mode 100644 Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_metallicRoughness.uasset create mode 100644 Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_normal.uasset create mode 100644 Content/Materials/Bricks/M_Bricks.uasset create mode 100644 Content/Materials/Bricks/brick-wall_albedo.uasset create mode 100644 Content/Materials/Bricks/brick-wall_ao.uasset create mode 100644 Content/Materials/Bricks/brick-wall_height.uasset create mode 100644 Content/Materials/Bricks/brick-wall_metallic.uasset create mode 100644 Content/Materials/Bricks/brick-wall_normal-dx.uasset create mode 100644 Content/Materials/Bricks/brick-wall_preview.uasset create mode 100644 Content/Materials/Bricks/brick-wall_roughness.uasset create mode 100644 Content/Materials/FloorMaterial/M_PaintedConcrete.uasset create mode 100644 Content/Materials/FloorMaterial/Textures/painted_concrete_02_diff.uasset create mode 100644 Content/Materials/FloorMaterial/Textures/painted_concrete_02_nor_gl.uasset create mode 100644 Content/Materials/FloorMaterial/Textures/painted_concrete_02_rough.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement--albedo.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Height.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Metallic.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Normal-dx.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Roughness.uasset create mode 100644 Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-ao.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_albedo.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_ao.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_height.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_metallic.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_normal-dx.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_preview.uasset create mode 100644 Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_roughness.uasset create mode 100644 Content/Materials/WallsMaterial/fiber-textured-wall1_preview_Mat.uasset create mode 100644 Content/Materials/WhiteBricks/M_WhiteBricks.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_albedo.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_ao.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_height.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_metallic.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_normal-dx.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_preview.uasset create mode 100644 Content/Materials/WhiteBricks/white-brick-wall_roughness.uasset diff --git a/Content/Assets/Floor/SM_SM_Ledges.uasset b/Content/Assets/Floor/SM_SM_Ledges.uasset new file mode 100644 index 0000000..010a883 --- /dev/null +++ b/Content/Assets/Floor/SM_SM_Ledges.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606a8fd957d3503f0bb881cd6f3ea28a72e0990ce8ccfa3bc87b3e8ce2bf511d +size 15877 diff --git a/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Soft.uasset b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Soft.uasset new file mode 100644 index 0000000..9a07807 --- /dev/null +++ b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b1dda405b873fdae769358a4eda5018f726395c48157471978158470c0dd57 +size 55014 diff --git a/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Strong.uasset b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Strong.uasset new file mode 100644 index 0000000..3ab43fc --- /dev/null +++ b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Light_Strong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b9dd49800d6cdeaed79b60eb84ef78465f3a86788513fddb21ac8c2b619eb4 +size 56062 diff --git a/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Plastic_Black.uasset b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Plastic_Black.uasset new file mode 100644 index 0000000..d767119 --- /dev/null +++ b/Content/Assets/Lights/HexaLights/HexagonLight/Materials/Plastic_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884a45ef45208e1f7fcc98ee04206f0fb00c08c7ca37277062d63b64d65e38e4 +size 56544 diff --git a/Content/Assets/Lights/HexaLights/HexagonLight/StaticMeshes/HexagonLight.uasset b/Content/Assets/Lights/HexaLights/HexagonLight/StaticMeshes/HexagonLight.uasset new file mode 100644 index 0000000..b8f5dc0 --- /dev/null +++ b/Content/Assets/Lights/HexaLights/HexagonLight/StaticMeshes/HexagonLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85a9bb991c62aa0ac2bd8abaeae6ac0dc2d59191d689f8c6f5b2226ef51c74f +size 78274 diff --git a/Content/Assets/Shelves/GarageShelf/Materials/Scene_-_Root.uasset b/Content/Assets/Shelves/GarageShelf/Materials/Scene_-_Root.uasset new file mode 100644 index 0000000..31e450f --- /dev/null +++ b/Content/Assets/Shelves/GarageShelf/Materials/Scene_-_Root.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb18e52f1f729b6131ffb2631240f0106ec7df09ce2e6022717f004f293fa1b +size 66628 diff --git a/Content/Assets/Shelves/GarageShelf/SM_GarageShelf.uasset b/Content/Assets/Shelves/GarageShelf/SM_GarageShelf.uasset new file mode 100644 index 0000000..720a577 --- /dev/null +++ b/Content/Assets/Shelves/GarageShelf/SM_GarageShelf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba639cc5c76a2736ec918165f80049fc16fbfc7877729c44d8e8c2f21754880 +size 89529 diff --git a/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_baseColor.uasset b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_baseColor.uasset new file mode 100644 index 0000000..bafba11 --- /dev/null +++ b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cd2387e0765c1e703cd3f307ed3aaadee63a70a577dc9571aa5a91dfebadb9 +size 708790 diff --git a/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_metallicRoughness.uasset b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_metallicRoughness.uasset new file mode 100644 index 0000000..3514aba --- /dev/null +++ b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2937e8e7ab9e9db3f5c2200448df90e94dec2934f971338b85c33d174cf54308 +size 816047 diff --git a/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_normal.uasset b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_normal.uasset new file mode 100644 index 0000000..0ae30de --- /dev/null +++ b/Content/Assets/Shelves/GarageShelf/Textures/Scene_-_Root_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c692dc5e70a5468754457722291dc915b762be51a3c85c0d59a95659ba9e9c +size 1381075 diff --git a/Content/Assets/Shelves/Toolbox/Materials/Material_73.uasset b/Content/Assets/Shelves/Toolbox/Materials/Material_73.uasset new file mode 100644 index 0000000..4b0c6ba --- /dev/null +++ b/Content/Assets/Shelves/Toolbox/Materials/Material_73.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24bc36b77372d2b881bfd18f240b37b35fccbda954d28c775d87182488663deb +size 64742 diff --git a/Content/Assets/Shelves/Toolbox/SM_ToolBox.uasset b/Content/Assets/Shelves/Toolbox/SM_ToolBox.uasset new file mode 100644 index 0000000..46d3bfb --- /dev/null +++ b/Content/Assets/Shelves/Toolbox/SM_ToolBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a5c5efc52cc35e0da1c5ed3d2892026cd5da7398033af19ca05cc3afcbdcd6 +size 99377 diff --git a/Content/Assets/Shelves/Toolbox/Textures/Material_73_baseColor.uasset b/Content/Assets/Shelves/Toolbox/Textures/Material_73_baseColor.uasset new file mode 100644 index 0000000..d35485b --- /dev/null +++ b/Content/Assets/Shelves/Toolbox/Textures/Material_73_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a7bc22ee84a1874182c36e088058eea9ea8501766b17bf04656b1892d02394 +size 5187629 diff --git a/Content/Assets/Shelves/Toolbox/Textures/Material_73_metallicRoughness.uasset b/Content/Assets/Shelves/Toolbox/Textures/Material_73_metallicRoughness.uasset new file mode 100644 index 0000000..e030af2 --- /dev/null +++ b/Content/Assets/Shelves/Toolbox/Textures/Material_73_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcc1edc2372fc2603d9e01fba127e6ab6e89a8ae6936188a10087485dace27e +size 4720543 diff --git a/Content/Assets/Shelves/Toolbox/Textures/Material_73_normal.uasset b/Content/Assets/Shelves/Toolbox/Textures/Material_73_normal.uasset new file mode 100644 index 0000000..0dd2e49 --- /dev/null +++ b/Content/Assets/Shelves/Toolbox/Textures/Material_73_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a806fa7763c60f4f032f232e4f8b557a2a87425b99d09d5661991a9da2097e97 +size 4393697 diff --git a/Content/Assets/TrashBin/BlueBin/Materials/Scene_-_Root.uasset b/Content/Assets/TrashBin/BlueBin/Materials/Scene_-_Root.uasset new file mode 100644 index 0000000..10f6aac --- /dev/null +++ b/Content/Assets/TrashBin/BlueBin/Materials/Scene_-_Root.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02a626cd5dc8760f9a7673a8215f53653a26b4efcda4d16df4b8a9183c3583a +size 66707 diff --git a/Content/Assets/TrashBin/BlueBin/SM_BlueBin.uasset b/Content/Assets/TrashBin/BlueBin/SM_BlueBin.uasset new file mode 100644 index 0000000..387e604 --- /dev/null +++ b/Content/Assets/TrashBin/BlueBin/SM_BlueBin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64a0b56f8f9e6f0e58bceffda90e1e1de5c4d4a950d7aaf49f0c18451963df0 +size 127289 diff --git a/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_baseColor.uasset b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_baseColor.uasset new file mode 100644 index 0000000..d7b8fd5 --- /dev/null +++ b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983aa105db0c807506d4b665814b1095da03a178e816a4374f3b17a69c117cfb +size 319050 diff --git a/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_metallicRoughness.uasset b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_metallicRoughness.uasset new file mode 100644 index 0000000..d728fee --- /dev/null +++ b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f386349910860c5a5018a52a9daf4137585171ff4bf3de556053caa6222d40 +size 1913443 diff --git a/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_normal.uasset b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_normal.uasset new file mode 100644 index 0000000..276b5ca --- /dev/null +++ b/Content/Assets/TrashBin/BlueBin/Textures/Scene_-_Root_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4a7e191db56cf0680b982f0a7774fdf5525a005483d85f3356e6ff15019975 +size 4096492 diff --git a/Content/Materials/Bricks/M_Bricks.uasset b/Content/Materials/Bricks/M_Bricks.uasset new file mode 100644 index 0000000..ea984b9 --- /dev/null +++ b/Content/Materials/Bricks/M_Bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f134e0b13ea1caefad931ca03a21e6e561f18ee827359ae858db6d82e84e72b +size 36007 diff --git a/Content/Materials/Bricks/brick-wall_albedo.uasset b/Content/Materials/Bricks/brick-wall_albedo.uasset new file mode 100644 index 0000000..8a755aa --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1caa4363cf9f62173d6665a96f0e3c196922e1d24c33db4869253e485b3a84 +size 16797495 diff --git a/Content/Materials/Bricks/brick-wall_ao.uasset b/Content/Materials/Bricks/brick-wall_ao.uasset new file mode 100644 index 0000000..2199177 --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_ao.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf7caa44d16b7bd1ad0a47841d9b4c6e7ef877cab750b949e6fb15167ef7dec +size 4210997 diff --git a/Content/Materials/Bricks/brick-wall_height.uasset b/Content/Materials/Bricks/brick-wall_height.uasset new file mode 100644 index 0000000..503d3cc --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c938680d0172a2ebb42b789d330ac1132cff23f875d2da9f79acc8d4db530ba +size 4208915 diff --git a/Content/Materials/Bricks/brick-wall_metallic.uasset b/Content/Materials/Bricks/brick-wall_metallic.uasset new file mode 100644 index 0000000..1541194 --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d966f6b14f1a650af0772817aae2f03760dffd41d7f47ea8409f6706a7a13af2 +size 4205786 diff --git a/Content/Materials/Bricks/brick-wall_normal-dx.uasset b/Content/Materials/Bricks/brick-wall_normal-dx.uasset new file mode 100644 index 0000000..7612773 --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_normal-dx.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd406c2b07df9affc0e39f79fdf8a7e0677a3bd14078304f5d7b31a6a189a6b +size 16798042 diff --git a/Content/Materials/Bricks/brick-wall_preview.uasset b/Content/Materials/Bricks/brick-wall_preview.uasset new file mode 100644 index 0000000..228076b --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b995da19d2760b3a427cb9ddb23c227fc12fc857b64bb73cb58be67443c36b3 +size 173148 diff --git a/Content/Materials/Bricks/brick-wall_roughness.uasset b/Content/Materials/Bricks/brick-wall_roughness.uasset new file mode 100644 index 0000000..050ba40 --- /dev/null +++ b/Content/Materials/Bricks/brick-wall_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d0cb54e6e72bf7dbc4b42ffe2e6a2395a79dac6536bfa6dd47919ca51d2efe +size 4209300 diff --git a/Content/Materials/FloorMaterial/M_PaintedConcrete.uasset b/Content/Materials/FloorMaterial/M_PaintedConcrete.uasset new file mode 100644 index 0000000..58bec0a --- /dev/null +++ b/Content/Materials/FloorMaterial/M_PaintedConcrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8e43c6925cf96fafadef2ed0cf36963fabc58f49dce61ab83622d43fe7f0ff +size 31759 diff --git a/Content/Materials/FloorMaterial/Textures/painted_concrete_02_diff.uasset b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_diff.uasset new file mode 100644 index 0000000..bb9736c --- /dev/null +++ b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_diff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6fc7b9c949f10bbb1b369e3c6f7bd872905f45fd4d5607adc487782006d323 +size 1109963 diff --git a/Content/Materials/FloorMaterial/Textures/painted_concrete_02_nor_gl.uasset b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_nor_gl.uasset new file mode 100644 index 0000000..616e011 --- /dev/null +++ b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_nor_gl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560df99bf3653958c9f00f61f07917afeb047e87742474944bc9b3d174815f25 +size 1855310 diff --git a/Content/Materials/FloorMaterial/Textures/painted_concrete_02_rough.uasset b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_rough.uasset new file mode 100644 index 0000000..0a0022d --- /dev/null +++ b/Content/Materials/FloorMaterial/Textures/painted_concrete_02_rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e87523aab04866889ff1fa1b565ee5998a31d791f22ea6c19215258a82ba8e +size 1764567 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement--albedo.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement--albedo.uasset new file mode 100644 index 0000000..c2f8841 --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement--albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31457ef74820ee3082a9cdf5ecb676d2fab48552c6c4c6806312aabd6e44b63a +size 24688508 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Height.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Height.uasset new file mode 100644 index 0000000..b43e598 --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee72d0a54b9c8936d5bb24f70a428ed1680e20368b138e6033ebe340941520 +size 3053538 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Metallic.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Metallic.uasset new file mode 100644 index 0000000..790d7a0 --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a2a6774bd07cdcfd9c8805c89fcce56be72465582b0527ca50d30dd130347b +size 11795 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Normal-dx.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Normal-dx.uasset new file mode 100644 index 0000000..eb7c885 --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Normal-dx.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db74165bb4a5d100cb5f29c92382c7abd09b57bd99e451fea86fde2f00ea8983 +size 13567882 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Roughness.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Roughness.uasset new file mode 100644 index 0000000..16f624f --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38f12074c10f74e380ee931703c69b78b289bc109abbdf9544321d461cad3c7 +size 3856020 diff --git a/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-ao.uasset b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-ao.uasset new file mode 100644 index 0000000..c375cf3 --- /dev/null +++ b/Content/Materials/FloorNoiseMaterial/Textures/Lined-Cement-ao.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f4c70e2c16fc5e92b9a3a18ff5aa85a813062dc8fd259d127df0c62bc3b68f +size 2837387 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_albedo.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_albedo.uasset new file mode 100644 index 0000000..9445dc8 --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b0939b2904858df6a155b1103349ab36a2a8e2c4668df490333bb95f88931c +size 2117341 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_ao.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_ao.uasset new file mode 100644 index 0000000..459efd0 --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_ao.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567bc7fc1e38f74e98c8a80ddf9428a91a1c8273c8a5bd6d94147287f36ed2bd +size 2877928 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_height.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_height.uasset new file mode 100644 index 0000000..01bd70f --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4403607b01cb1785cbc5fa93f9275d15f33d7ba63b203c7a6ee6f57180151e1e +size 1145423 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_metallic.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_metallic.uasset new file mode 100644 index 0000000..87cb093 --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ef6f277eb4d73fe94062d292deca54e4d2b2f72be9ea330fd45e72e6fc4a9d +size 12319 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_normal-dx.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_normal-dx.uasset new file mode 100644 index 0000000..a2af47c --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_normal-dx.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1272e51bf82657c5abd3d34860998334650bbb4afb60b3acc853a091e10aa0c +size 8431519 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_preview.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_preview.uasset new file mode 100644 index 0000000..5aae0e4 --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc3101e37b017d0b1e58d566166005520776586d886114671174e010eb938ea +size 133292 diff --git a/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_roughness.uasset b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_roughness.uasset new file mode 100644 index 0000000..e28f2b2 --- /dev/null +++ b/Content/Materials/WallsMaterial/Textures/fiber-textured-wall1_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc0a515668db705f93bd0db7ca7d0c577fab111a41de65bd04e823727ea5123 +size 1484369 diff --git a/Content/Materials/WallsMaterial/fiber-textured-wall1_preview_Mat.uasset b/Content/Materials/WallsMaterial/fiber-textured-wall1_preview_Mat.uasset new file mode 100644 index 0000000..889180e --- /dev/null +++ b/Content/Materials/WallsMaterial/fiber-textured-wall1_preview_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ac2ee1beb061fc471acf6f71b74d59a27d2826608dfbf993766cb529d360f6 +size 31308 diff --git a/Content/Materials/WhiteBricks/M_WhiteBricks.uasset b/Content/Materials/WhiteBricks/M_WhiteBricks.uasset new file mode 100644 index 0000000..367634a --- /dev/null +++ b/Content/Materials/WhiteBricks/M_WhiteBricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a631d7a78938607a652836c838351fa76096f388411e4ee882e5c603ab4059 +size 37825 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_albedo.uasset b/Content/Materials/WhiteBricks/white-brick-wall_albedo.uasset new file mode 100644 index 0000000..319e69b --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a7e3fc0a5e7f5f10b2dec282be467ab165d1c52c774270dde8f08f44162232 +size 4208795 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_ao.uasset b/Content/Materials/WhiteBricks/white-brick-wall_ao.uasset new file mode 100644 index 0000000..3bd0d43 --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_ao.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3e64c2450bd9980aaad89365b45c8add84b42cf21bec8ff4c3242a7bb56696 +size 4213016 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_height.uasset b/Content/Materials/WhiteBricks/white-brick-wall_height.uasset new file mode 100644 index 0000000..4899dd8 --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beef2540756a55eb99e30e1a03564d34ae8f7ade4c11a5602cab92028e01e8e6 +size 4208110 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_metallic.uasset b/Content/Materials/WhiteBricks/white-brick-wall_metallic.uasset new file mode 100644 index 0000000..5d23572 --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_metallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c011bf0216990833bf0ae6dc64d7661ff0adde325bd5958c91ce4572773049ee +size 4206051 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_normal-dx.uasset b/Content/Materials/WhiteBricks/white-brick-wall_normal-dx.uasset new file mode 100644 index 0000000..d96f20c --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_normal-dx.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9736b1345c7f5b728e5d6631d20abf3b8ea5f57df371e5ea3b02bea9be847da9 +size 16796766 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_preview.uasset b/Content/Materials/WhiteBricks/white-brick-wall_preview.uasset new file mode 100644 index 0000000..a35a816 --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588bfca0f9159bf55ba9278e5f8322edf8d5b8a54e4aa0b535b3e77d976d3b51 +size 326309 diff --git a/Content/Materials/WhiteBricks/white-brick-wall_roughness.uasset b/Content/Materials/WhiteBricks/white-brick-wall_roughness.uasset new file mode 100644 index 0000000..ac98f48 --- /dev/null +++ b/Content/Materials/WhiteBricks/white-brick-wall_roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb906e45d964cffee4c490cd22a104caa86632ee5adaae0c0f355d181319a468 +size 4208410 diff --git a/Content/VRTemplate/Maps/VRTemplateMap.umap b/Content/VRTemplate/Maps/VRTemplateMap.umap index 95060db..3033ee2 100644 --- a/Content/VRTemplate/Maps/VRTemplateMap.umap +++ b/Content/VRTemplate/Maps/VRTemplateMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:869267a66ed368b5f7ba03c77f4306edc0920b99ea01d614a3e847db808052c6 -size 102662 +oid sha256:b77b5c2c826bd9436a3d11de1301d3a3e49d92f27f4d8240423061ee95e5d766 +size 123010