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

Partial rendering of a geometry node

    XMLWordPrintable

Details

    • 5cc8b246a (dev)

    Description

      For example a very fancy progress bar with very large number of vertices defining the shape, which would be static except the "how far" to render may change.

      Currently scenegraph always renders the whole set of vertices/indices given to it so it has to be dynamically changed which leads to upload every time.

      It would be nice if it was possible to have the whole geometry uploaded once and it to remain in GPU memory, but being able to adjust the number of vertices/indices of it to process.

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            poikelin Joni Poikelin
            Votes:
            6 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes