Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
7 years ago

vr.PixelDensity 2 - distorting the view

Hello, I made an application for GearVR, I have jsut switched to S9 from S8, hoping to get a little better performance, evertything works great but I have one critical issue with vr.PixelDensity, whatever I put any number, it's distorting the image and stretching it.


Can you please have a look why it is happening, it's the same issue on both phones S8, S9, Android Orio 8.0


6 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    Neither of these settings are affecting the application on UE4.19 1.27 Oculus UE:
    Please help! No AA, no resolution imporvements! Why?
  • Anonymous's avatar
    Anonymous
    Please fix it! The quality of the app in GearVR Samsung S9 is not that great without denser resolution!
  • Anonymous's avatar
    Anonymous
    Has it been fixed yet? Just curious, because I going to get the project with GearVR soon
  • You can try updating them in the device profiles and see if that makes a difference.
  • Anonymous's avatar
    Anonymous
    This is what worked for me in DefaultEngine.ini inside project folder:

    vr.PixelDensity=1.4
    r.DynamicRes.OperationMode=2
    r.DynamicRes.MinScreenPercentage=140
    r.DynamicRes.MaxScreenPercentage=140

    Thanks God I did it :D only works in 4.21, 4.20 and 4.19 could not make it work.