Browse Source

Implemented HDRI Setup into 2D Background

master
Tim Voelker 1 month ago
parent
commit
ba737c2901
  1. BIN
      Unreal/Content/Assets/Background/T_Background_HDRI_HDR.uasset
  2. BIN
      Unreal/Content/Project/BP/Environments/BP_Environment_2D.uasset
  3. BIN
      Unreal/Content/Project/BP/Environments/BP_Environment_2D_Spie.uasset
  4. BIN
      Unreal/Content/Project/Maps/M_Startup.umap
  5. BIN
      Unreal/Content/Project/Materials/2D_Environment/MI_2D_Environment.uasset
  6. BIN
      Unreal/Content/Project/Materials/2D_Environment/MI_2D_Environment_Spie.uasset
  7. BIN
      Unreal/Content/Project/Materials/2D_Environment/MM_2D_Environment.uasset
  8. BIN
      Unreal/Content/Project/Materials/MaterialFunctions/MF_TextureProjector.uasset
  9. BIN
      Unreal/Content/Project/Meshes/Environment/SM_BackgroundSphere.uasset
  10. BIN
      Unreal/Content/Project/Meshes/Environment/SM_HDRI_Dome.uasset
  11. BIN
      Unreal/Content/Project/Meshes/Environment/SM_InvertedSphere.uasset
  12. 4
      Unreal/SPIE_Avatar.uproject

BIN
Unreal/Content/Assets/Background/T_Background_HDRI_HDR.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/BP/Environments/BP_Environment_2D.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/BP/Environments/BP_Environment_2D_Spie.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Maps/M_Startup.umap (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Materials/2D_Environment/MI_2D_Environment.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Materials/2D_Environment/MI_2D_Environment_Spie.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Materials/2D_Environment/MM_2D_Environment.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Materials/MaterialFunctions/MF_TextureProjector.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Meshes/Environment/SM_BackgroundSphere.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Meshes/Environment/SM_HDRI_Dome.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/Project/Meshes/Environment/SM_InvertedSphere.uasset (Stored with Git LFS)

Binary file not shown.

4
Unreal/SPIE_Avatar.uproject

@ -37,6 +37,10 @@
{ {
"Name": "ScriptableToolsEditorMode", "Name": "ScriptableToolsEditorMode",
"Enabled": true "Enabled": true
},
{
"Name": "HDRIBackdrop",
"Enabled": true
} }
] ]
} }
Loading…
Cancel
Save