Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. opengl under qm
    Log in to post

    • UNSOLVED Sharing QOpenGLContext on devices where QSG runs on main thread
      Mobile and Embedded • android threading qopenglcontext opengl under qm shared • • Kostas  

      1
      0
      Votes
      1
      Posts
      521
      Views

      No one has replied

    • camera movement with the fractional time value
      QML and Qt Quick • opengl under qm • • sajis997  

      2
      0
      Votes
      2
      Posts
      466
      Views

      Hi, you can do this in Javascript like this: var t0 = new Date() var t1 = new Date() var dt = t1 - t0; // delta in ms Cheers!
    • How to get iOS to include camera permission (Solved)
      Mobile and Embedded • ios camera opengl under qm • • teamAR  

      3
      0
      Votes
      3
      Posts
      1996
      Views

      Hi, Since Qt for iOS is currently a static build, each plugin you would like to use must be specified like you did for qavfcamera