Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-129703

Qt quick 3d application is flickering and tearing when resizing window or changing running parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • 6.8
    • 6.6
    • Quick: 3D
    • None

      when running quick3d/screenspacereflections and virtualassistant applications, FPS is very low.  when normal running it is ok, but when resizing window or Go to Settings panel, and play with "Skybox rotation" slider, it is tearing and flickering.

      Looks like processing event and graphics rendering are in two running in two separate threads,  the rendering parameters are allowed to change in the middle of rendering, which results in rendering with two different parameters in one frame.  the rendering parameter such as window size, rotation angle should be take effect after previous frame  and before next new frame rendering.

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.graphics.and.multimedia Qt Graphics Team
            chingling chingling wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes