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

Expose Matrix information for Item3D subclasses

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • Some future release
    • None
    • Qt3D
    • None

      Item3D has 3 matrix functions in the private implementation that would be very useful for subclasses and expensive to determine:

      QMatrix4x4 QDeclarativeItem3DPrivate::localTransforms() const;
      QMatrix4x4 QDeclarativeItem3DPrivate::localToWorldMatrix() const;
      QMatrix4x4 QDeclarativeItem3DPrivate::worldToLocalMatrix() const;

      These functions should be exposed as protected functions to make them available to subclasses.

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

            dpope Daniel Pope (closed Nokia identity) (Inactive)
            debhal Julian de Bhal (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes