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

Custom Material SCREEN_TEXTURE support with Reflection Probes

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • None
    • Quick: 3D
    • None
    • All
    • 781b349e3 (dev)

      The reflection pass is executed before the screen texture pass, this means that any object with a custom material that depends on SCREEN_TEXTURE variable in the fragment shader will not be part of the object list rendered by the reflection probe. For a better experience, we can render the screen texture pass first with reflections disabled, this will make the objects that are supposed to receive the reflections from the probe to be rendered without any reflections on them, then we can render the reflection pass as usual with the list of objects including the objects that access SCREEN_TEXTURE 

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

            hatemelkharashy Hatem ElKharashy
            hatemelkharashy Hatem ElKharashy
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes