We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums General Questions Textures blurry on mobile

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #30610
    web
    Customer

    Okay, thx again for your testing.

    I would then suspect that this is a bug. Hope that someone of the verge team can look at this issue and hopefully fix it.

    #30632

    You forgot to resize renderbuffers to match the new screen resolution. Try this:

    var pixelRatio = window.devicePixelRatio;
    app.renderer.setPixelRatio(pixelRatio);
    appInstance.onResize();

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #30656
    web
    Customer

    Oh great, thx. Yeah I totally overlooked that one in the setScreenScale puzzle.

    Just a hint, the chrome mobile browser issue when exiting the fullscreen is still persistent.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.