Compare commits
6 commits
bdc2438437
...
276a99c882
Author | SHA1 | Date | |
---|---|---|---|
|
276a99c882 | ||
|
575a816d5d | ||
|
1ef3228ee9 | ||
|
005325df2b | ||
|
3bc2c0870f | ||
|
beed44182a |
|
@ -1,6 +1,6 @@
|
|||
[/Script/EngineSettings.GameMapsSettings]
|
||||
GameDefaultMap=/Game/PortalSet/Portal24.Portal24
|
||||
EditorStartupMap=/Game/PortalSet/Portal24.Portal24
|
||||
EditorStartupMap=/Game/PortalSet/TestRoom.TestRoom
|
||||
GlobalDefaultGameMode=/Script/VizrtMedia.VizrtGameMode
|
||||
GameInstanceClass=/Script/VizrtMediaEditor.VizrtGameInstance
|
||||
|
||||
|
@ -45,6 +45,7 @@ r.DefaultFeature.LocalExposure.ShadowContrastScale=0.8
|
|||
r.SkinCache.CompileShaders=True
|
||||
r.RayTracing=True
|
||||
r.DefaultBackBufferPixelFormat=0
|
||||
r.AllowGlobalClipPlane=True
|
||||
|
||||
[/Script/LinuxTargetPlatform.LinuxTargetSettings]
|
||||
-TargetedRHIs=SF_VULKAN_SM5
|
||||
|
|
BIN
PortalSet24/Content/Blueprints/ActorPlane.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/ActorPlane.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/BP_CineCameraProj_Portal.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/BP_CineCameraProj_Portal.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/BP_Portal.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/BP_Portal.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/OSCManager.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/OSCManager.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/Portal/M_Portal.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/Portal/M_Portal.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/Projection/JibPlayer.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/Projection/JibPlayer.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/Projection/MT_Input_Fill.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/Projection/MT_Input_Fill.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/Projection/RT_JibContent.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/Projection/RT_JibContent.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/Blueprints/test/FullSkeleton.uasset
Normal file
BIN
PortalSet24/Content/Blueprints/test/FullSkeleton.uasset
Normal file
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/TestRoom.umap
Normal file
BIN
PortalSet24/Content/PortalSet/TestRoom.umap
Normal file
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/Spiel.uasset
Normal file
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/Spiel.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle.fbx
Normal file
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle.fbx
Normal file
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle.uasset
Normal file
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle.uasset
Normal file
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle1.uasset
Normal file
BIN
PortalSet24/Content/PortalSet/assets/Hohlkehle/hohlkehle1.uasset
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PortalSet24/Content/PortalSet/assets/hohlkehle.uasset
Normal file
BIN
PortalSet24/Content/PortalSet/assets/hohlkehle.uasset
Normal file
Binary file not shown.
|
@ -12,18 +12,26 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"Name": "VizArc",
|
||||
"Name": "Composure",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "CompositePlane",
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Name": "Compositor",
|
||||
"Enabled": true,
|
||||
"Enabled": false,
|
||||
"SupportedTargetPlatforms": [
|
||||
"Win64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "VizrtMedia",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "OSC",
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue