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

QGeometryRenderer: Add support for byte offset into index buffer

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.10.0 Alpha
    • 5.8.0, 5.9
    • Qt3D
    • None

      The QGeometryRenderer class is missing a property to define an offset into the index buffer.
      Suppose you have QGeometry data that is shared by multiple QGeometryRenderers, each drawing a different range of indices. Currently the only way to the define the range is to generate a copy of the QGeometry data for every QGeometryRenderer and alter the byte offset of the index attribute. There should be an additional offset defined by the QGeometryRenderer that is added to the byte offset of the index attribute before rendering.

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

            mauro.persano Mauro Persano
            mosshammer Alexander Moßhammer
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes