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

Expose Matrix information for Item3D subclasses

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes