diff --git a/AirportVRDemo.uproject b/AirportVRDemo.uproject index a14ac86..096e60a 100644 --- a/AirportVRDemo.uproject +++ b/AirportVRDemo.uproject @@ -188,8 +188,16 @@ "TargetAllowList": [ "Editor" ] + }, + { + "Name": "OpenXR", + "Enabled": true, + "SupportedTargetPlatforms": [ + "Win64", + "Linux", + "Android", + "HoloLens" + ] } ] - - } \ No newline at end of file diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 52f3d18..0cc496a 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -42,13 +42,20 @@ DefaultGraphicsPerformance=Maximum AppliedDefaultGraphicsPerformance=Maximum [/Script/Engine.RendererSettings] -r.GenerateMeshDistanceFields=True +r.GenerateMeshDistanceFields=False r.DynamicGlobalIlluminationMethod=1 r.ReflectionMethod=1 r.SkinCache.CompileShaders=True r.RayTracing=True r.Shadow.Virtual.Enable=1 r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True +r.Lumen.HardwareRayTracing=True +r.Lumen.HardwareRayTracing.LightingMode=2 +r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False +r.RayTracing.Shadows=False +r.RayTracing.Skylight=False +r.RayTracing.UseTextureLod=True +r.PathTracing=False [/Script/WorldPartitionEditor.WorldPartitionEditorSettings] CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' diff --git a/Content/Blueprints/Player/KamazPawn.uasset b/Content/Blueprints/Player/KamazPawn.uasset index ebd225b..80c64fe 100644 Binary files a/Content/Blueprints/Player/KamazPawn.uasset and b/Content/Blueprints/Player/KamazPawn.uasset differ diff --git a/Content/Blueprints/Player/MotionControllerPawn.uasset b/Content/Blueprints/Player/MotionControllerPawn.uasset index 2d14b44..5ef5418 100644 Binary files a/Content/Blueprints/Player/MotionControllerPawn.uasset and b/Content/Blueprints/Player/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/BP_MotionController.uasset b/Content/Blueprints/Player/VR/BP_MotionController.uasset new file mode 100644 index 0000000..8884fce Binary files /dev/null and b/Content/Blueprints/Player/VR/BP_MotionController.uasset differ diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset new file mode 100644 index 0000000..d377b1c Binary files /dev/null and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Blueprints/Player/VR/NewHapticFeedbackEffect_Curve.uasset b/Content/Blueprints/Player/VR/NewHapticFeedbackEffect_Curve.uasset new file mode 100644 index 0000000..c5a71dc Binary files /dev/null and b/Content/Blueprints/Player/VR/NewHapticFeedbackEffect_Curve.uasset differ diff --git a/Content/Blueprints/Player/getters.uasset b/Content/Blueprints/Player/getters.uasset index 5b7b8d1..68e1209 100644 Binary files a/Content/Blueprints/Player/getters.uasset and b/Content/Blueprints/Player/getters.uasset differ diff --git a/Content/Blueprints/Player/walkPawn.uasset b/Content/Blueprints/Player/walkPawn.uasset index d2a14d1..d4174de 100644 Binary files a/Content/Blueprints/Player/walkPawn.uasset and b/Content/Blueprints/Player/walkPawn.uasset differ diff --git a/Content/Blueprints/UI/WBPS/VRUI.uasset b/Content/Blueprints/UI/WBPS/VRUI.uasset new file mode 100644 index 0000000..6584b47 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/VRUI.uasset differ diff --git a/Content/Blueprints/UI/WBPS/kamazUI.uasset b/Content/Blueprints/UI/WBPS/kamazUI.uasset new file mode 100644 index 0000000..b597b94 Binary files /dev/null and b/Content/Blueprints/UI/WBPS/kamazUI.uasset differ diff --git a/Content/Blueprints/UI/WBPS/test.uasset b/Content/Blueprints/UI/WBPS/test.uasset index ac0801b..97fe941 100644 Binary files a/Content/Blueprints/UI/WBPS/test.uasset and b/Content/Blueprints/UI/WBPS/test.uasset differ diff --git a/Content/Maps/Light.umap b/Content/Maps/Light.umap index ca97c6d..a7d6451 100644 Binary files a/Content/Maps/Light.umap and b/Content/Maps/Light.umap differ diff --git a/Content/Maps/gameplay.umap b/Content/Maps/gameplay.umap index a5cc386..af152d4 100644 Binary files a/Content/Maps/gameplay.umap and b/Content/Maps/gameplay.umap differ diff --git a/Content/Maps/starter.umap b/Content/Maps/starter.umap new file mode 100644 index 0000000..e368048 Binary files /dev/null and b/Content/Maps/starter.umap differ diff --git a/Content/Meshes/Yard/MI_Facade_asphalt1.uasset b/Content/Meshes/Yard/MI_Facade_asphalt1.uasset index 7b84bc1..5458463 100644 Binary files a/Content/Meshes/Yard/MI_Facade_asphalt1.uasset and b/Content/Meshes/Yard/MI_Facade_asphalt1.uasset differ