Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-4147

Items not blended in ordered group

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • Qt 3D Studio 2.8
    • Qt 3D Studio 2.7
    • OpenGL Runtime
    • None
    • Linux/X11

    Description

      In OGL 2.7, objects in ordered group are not transparent, probably because they are not blended. 

      The problem begins from commit 7cb740b ("Fix blending issues in ordered group", 2020-02-21).

      If we change the following line at /ogl-runtime/src/runtimerender/rendererimpl/Qt3DSRendererImplLayerRenderData.cpp:975  back to 2.6, it would work again.

       

      if (object.m_RenderableFlags.hasAlphaTest() || hasTransparency) { // 2.7

      if (object.m_RenderableFlags.hasAlphaTest()) {                               // 2.6

      Attachments

        Issue Links

          Activity

            People

              tonyl Tony Leinonen
              vito_ao Ao Yu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: