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

Documentation - QML Rotation3D Element

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt3D TP2
    • Qt3D TP1
    • Qt3D
    • None

    Description

      The snippet provided is not correct:
      1) easing:"easeOutQuad" - there should be easing.type
      2) I pasted the snippet in existing cube example but it's not working.
      Instead following is working:

       transform: [
                         Scale3D { scale: 1.5 },
                         Rotation3D {
                             axis: Qt.vector3d(0, 1, 0)
                             NumberAnimation on angle {
                                 running: true
                                 loops: Animation.Infinite
                                 from: 0
                                 to: 360
                                 duration: 2000
                             }
                         }
                     ]
      

      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)
            nandmeht nandita anilkant mehta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes