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

Triangle visitor (picking) ignores QGeometryRenderer::vertexCount

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.9, 5.10, 5.11
    • Qt3D
    • None

    Description

      For BufferVisitor this was fixed as part of QTBUG-65590.

      TrianglesVisitor does handle indexed drawing but still ignores vertexCount() from the QGeometryRenderer. This is bad in cases where drawing is restricted to a subset of a buffer by setting this value. Only the "simple" case (when QGeometryRenderer::vertexCount() is 0 and so indexAttribute->count() is used instead) is handled.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes