Browse Source

Working on Clothes and Environment Settings

PitchIntroOverlqy
Tim Voelker 1 month ago
parent
commit
8954953492
  1. BIN
      Unreal/Content/Assets/Clothes/SKM_Clothes_Vest.uasset
  2. BIN
      Unreal/Content/SPIE/BP/Environments/BP_Environment_2D_Spie.uasset
  3. 16
      Unreal/Content/Schema/Spie_Config.schema.json
  4. BIN
      Unreal/Content/ThirdParty/Jeans_96/Materials/MI_Jeans_96_Dunkel.uasset
  5. BIN
      Unreal/Content/ThirdParty/Jeans_96/Materials/MM_Jeans_96.uasset
  6. BIN
      Unreal/Content/ThirdParty/Jeans_96/Textures/T_96_Jeans_MaskForVest.uasset

BIN
Unreal/Content/Assets/Clothes/SKM_Clothes_Vest.uasset (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

16
Unreal/Content/Schema/Spie_Config.schema.json

@ -184,7 +184,7 @@
"ScreenPercentage": "ScreenPercentage":
{ {
"type": "float", "type": "float",
"default": 100, "default": 110,
"tooltip": "Sets the Screen-Percentage of the project", "tooltip": "Sets the Screen-Percentage of the project",
"hotreload": true, "hotreload": true,
"category": "Engine Settings" "category": "Engine Settings"
@ -214,12 +214,24 @@
"RaytracingReflectionSamples": "RaytracingReflectionSamples":
{ {
"type": "integer", "type": "integer",
"default": 1, "default": 0,
"tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground", "tooltip": "Samples in the Reflection, increases quality of Avatar Reflection on Ground",
"hotreload": true, "hotreload": true,
"category": "Engine Settings" "category": "Engine Settings"
} }
}, },
{
"consoleCommands":
{
"type": "array",
"default": [
"r.HairStrands.Visibility.MSAA.SamplePerPixel 16",
"r.HairStrands.ComposeAfterTranslucency 2"
],
"category": "Engine Settings",
"itemsType": "string"
}
},
{ {
"LookAtEnabled": "LookAtEnabled":
{ {

BIN
Unreal/Content/ThirdParty/Jeans_96/Materials/MI_Jeans_96_Dunkel.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/ThirdParty/Jeans_96/Materials/MM_Jeans_96.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/ThirdParty/Jeans_96/Textures/T_96_Jeans_MaskForVest.uasset (Stored with Git LFS)

Binary file not shown.
Loading…
Cancel
Save