diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index ba3ba05f..8496e718 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -139,3 +139,5 @@ PhysXTreeRebuildRate=10 +PhysicalSurfaces=(Type=SurfaceType1,Name="Grass") DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) ChaosSettings=(DefaultThreadingModel=DedicatedThread,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double) + + diff --git a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset index 36569e39..f25cb916 100644 Binary files a/Content/Blueprints/Player/VR/MotionControllerPawn.uasset and b/Content/Blueprints/Player/VR/MotionControllerPawn.uasset differ diff --git a/Content/Level/Index.umap b/Content/Level/Index.umap index fe3e02fe..d97310a4 100644 Binary files a/Content/Level/Index.umap and b/Content/Level/Index.umap differ