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

Improve Qt3DCore::QTransform

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.6.0 RC
    • 5.6.0 Alpha
    • Qt3D

      Qt3DCore::QTransform should not use sub transforms to build the matrix passed to the backend. The problem is that with this approach if a later backend (e.g. animation or physics) sends a transform update to the frontend, there is no single well defined way to decompose this into an arbitrary set of input transformations.

      It will be better to have the QTransform have properties for translation (QVector3D) , orientaiton (QQuaternion) and scale (QVector3D). Any affine transformation matrix the frontend receives can then be decomposed back into these 3 properties.

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

            seanharmer Sean Harmer
            seanharmer Sean Harmer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes