Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › MultiResolutionImage not switching in simulator

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12634

    Kevin

    Hello

    So i have 3 different background images,

    worldmap.jpg

    +hd/worldmap.jpg

    +hd2/worldmap.jpg

     

    Each image also has some text on it to indicate whether its the sd, hd or hd2 image. I ran my game and switched resolutions using the simulator however in all resolutions only the hd2 image being loaded. I kind of assumed in the simulator when changing resolutions it would load the appropriate size background on the fly… unless i’m wrong? Here’s my code as part of the scene

     

      MultiResolutionImage {
          id: bg
          anchors.horizontalCenter: parent.horizontalCenter
          anchors.verticalCenter: parent.verticalCenter
          source: "../../assets/worldmap.jpg"
      }

    Is the simulator supposed to load a different image while we switch resolutions (which its not and its always using hd2), or am i missing something in my code?

     

    Thanks

    Kevin

     

    #12641

    Christian
    Felgo Team

    Hi,

    at resolution switching, the assets are not changed. This would incur a huge runtime performance hit. Thus the assets used are the ones that match your screen resolution, on Desktop that is mostly hd2. To still simulate other assets, you can call

    vplay.setContentScaleAndFileSelectors(1);

     

    in your main.cpp and set it either to 1 (for sd images), 2 for hd or 4 for hd2 images.

    See the Flappy Bird demo where this is used.

    Cheers, Chris

     

    • This reply was modified 8 years, 1 month ago by  Christian.
    • This reply was modified 8 years, 1 month ago by  Christian.
Viewing 2 posts - 1 through 2 (of 2 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded