Browse Source

updated textures and widgets to have better AA and filtering for HD look. Also timeout widget has clean and animated button

master
Timo Hilger 11 hours ago
parent
commit
9c3ea62d05
  1. BIN
      Unreal/Content/Assets/Belt/MI_Belt_Leather.uasset
  2. BIN
      Unreal/Content/SPIE/BP/BP_SPIE_Manager_Child.uasset
  3. BIN
      Unreal/Content/SPIE/BP/S_SPIE_ConfigSettings.uasset
  4. BIN
      Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset
  5. BIN
      Unreal/Content/SPIE/Widgets/Icons/T_TimeContainer.uasset
  6. BIN
      Unreal/Content/SPIE/Widgets/Icons/WBP_TimeWarnign.uasset
  7. BIN
      Unreal/Content/SPIE/Widgets/Icons/microphone-outline_Regular.uasset
  8. BIN
      Unreal/Content/SPIE/Widgets/Icons/microphone-outline_SpieActive.uasset
  9. BIN
      Unreal/Content/SPIE/Widgets/WBP_SpieOne_Logo.uasset
  10. BIN
      Unreal/Content/SPIE/Widgets/WBP_Spie_Interaction.uasset
  11. BIN
      Unreal/Content/SPIE/Widgets/WBP_Spie_MicrophoneButton.uasset
  12. 59
      Unreal/Content/Schema/Spie_Config.schema.json
  13. 2
      Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json

BIN
Unreal/Content/Assets/Belt/MI_Belt_Leather.uasset (Stored with Git LFS)

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
Unreal/Content/SPIE/BP/Visual/BP_SpieOne_Widget.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/Icons/T_TimeContainer.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/Icons/WBP_TimeWarnign.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/Icons/microphone-outline_Regular.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/Icons/microphone-outline_SpieActive.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/WBP_SpieOne_Logo.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/WBP_Spie_Interaction.uasset (Stored with Git LFS)

Binary file not shown.

BIN
Unreal/Content/SPIE/Widgets/WBP_Spie_MicrophoneButton.uasset (Stored with Git LFS)

Binary file not shown.

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

@ -1,6 +1,7 @@
{ {
"Categories": [ "Categories": [
"SPIE Management Board", "SPIE Management Board",
"Spie_ONE_VisualSetup",
"Project Setup", "Project Setup",
"Debug", "Debug",
"Volume", "Volume",
@ -21,19 +22,39 @@
} }
}, },
{ {
"SpieLogoDisplayText": "AvatarInstance":
{ {
"type": "string", "type": "string",
"default": "One SPIE.\r\nJust ask me.", "default": "SPIE",
"tooltip": "Unique Name of this Avatar Application",
"category": "SPIE Management Board"
}
},
{
"UseLogging":
{
"type": "boolean",
"default": true,
"tooltip": "Do you want to log all interaction?",
"category": "SPIE Management Board" "category": "SPIE Management Board"
} }
}, },
{
"LogoText":
{
"type": "string",
"default": "One SPIE. \r\nJust ask me.",
"tooltip": "Showing in background logo",
"hotreload": true,
"category": "Spie_ONE_VisualSetup"
}
},
{ {
"AppTimeoutTimeS": "AppTimeoutTimeS":
{ {
"type": "float", "type": "float",
"default": 20, "default": 20,
"category": "SPIE Management Board" "category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -41,7 +62,7 @@
{ {
"type": "float", "type": "float",
"default": 1, "default": 1,
"category": "SPIE Management Board" "category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -49,7 +70,8 @@
{ {
"type": "float", "type": "float",
"default": 1, "default": 1,
"category": "SPIE Management Board" "hotreload": true,
"category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -62,7 +84,8 @@
"Y": 0, "Y": 0,
"Z": 0 "Z": 0
}, },
"category": "SPIE Management Board" "hotreload": true,
"category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -70,7 +93,7 @@
{ {
"type": "float", "type": "float",
"default": 0.02, "default": 0.02,
"category": "SPIE Management Board" "category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -78,7 +101,7 @@
{ {
"type": "float", "type": "float",
"default": 10, "default": 10,
"category": "SPIE Management Board" "category": "Spie_ONE_VisualSetup"
} }
}, },
{ {
@ -86,25 +109,7 @@
{ {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"category": "SPIE Management Board" "category": "Spie_ONE_VisualSetup"
}
},
{
"AvatarInstance":
{
"type": "string",
"default": "SPIE",
"tooltip": "Unique Name of this Avatar Application",
"category": "SPIE Management Board"
}
},
{
"UseLogging":
{
"type": "boolean",
"default": true,
"tooltip": "Do you want to log all interaction?",
"category": "SPIE Management Board"
} }
}, },
{ {

2
Unreal/Content/Schema/SystemInstructions/Avatar_SPIE_Avatar_Instructions.schema.json

@ -16,7 +16,7 @@
}, },
{ {
"Name": "Body Description", "Name": "Body Description",
"Instruction": "a mid-thirties old woman with light skin and light brown hair pulled back from her face to a ponytail. She has brown eyes." "Instruction": "a mid-thirties old woman with light skin and light brown hair pulled back from her face to a ponytail. She has brown eyes. She is 167 cm and of average body weight."
}, },
{ {
"Name": "Clothing Description", "Name": "Clothing Description",

Loading…
Cancel
Save