Skip to content
  • Richard Gustavsen's avatar
    QQuick3DNode: ensure we register changes to global transform · f51b00bc
    Richard Gustavsen authored
    Anyone can call calculateGlobalVariables() at any time. So by the
    time the global transform pass calls out to the node, the
    calulation might already have been done. So for those cases, ensure
    that we always store if the global transform has changed whenever
    we calculate global variables.
    f51b00bc