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

Quick3D loading network resources: should trigger redraw when all network resources are loaded

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt3D 1.0
    • Qt3D TP1
    • Qt3D
    • Linux, Qt 4.7.3, Qt3D mainline

      With the following code, the network resource got load properly. However, the scene doesn't get redraw until user move mouse on the window. Ideally after all resources are loaded, the scene should automatically get redraw to convenient programmer.

      Test qml code:

      import QtQuick 1.0
      import Qt3D 1.0
      import Qt3D.Shapes 1.0
      Viewport{width:640;height:480
      Cube{
        scale:1.5
        transform: Rotation3D{angle:45
        axis:Qt.vector3d(1,1,1)
        }
      effect:Effect{
        color: "#aaca00"
        texture: "http://www.nokia.com/NOKIA_COM_1/Microsites/wayfinder/images/logo_new.gif"
        decal:true
        }
       }
      }
      

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

            dpope Daniel Pope (closed Nokia identity) (Inactive)
            z35liu Zheng Liu (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes