1. 28 May, 2015 - 1 commit
  2. 27 May, 2015 - 6 commits
  3. 26 May, 2015 - 3 commits
  4. 22 May, 2015 - 2 commits
  5. 20 May, 2015 - 1 commit
  6. 19 May, 2015 - 1 commit
  7. 18 May, 2015 - 1 commit
  8. 07 May, 2015 - 1 commit
  9. 05 May, 2015 - 1 commit
  10. 28 Apr, 2015 - 1 commit
  11. 27 Apr, 2015 - 2 commits
    • Pasi Keränen's avatar
      Fixes issues in the examples. · 05fc547f
      Pasi Keränen authored
      
      Fixes the look'n'feel of the examples to be in line with the new Qt logo and website.
      Instead of changing the simple texture and light example it was decided to add a new example
      that shows how to combine QtQuick 2D UI with three.js based 3D rendering.
      
      Change-Id: Ie3a21b03f8aa850ceae93252a764bd0d3264e229
      Task-number: QTBUG-45696
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      05fc547f
    • Miikka Heikkinen's avatar
      Fixed texture loading for json examples. · e00164b9
      Miikka Heikkinen authored
      
      The models were too optimized. Since each face converging at one vertex
      could have different texture coordinates, we need to make vertices
      of each face unique, so that we can have unique texture coordinates
      for each of them. Naturally this increases the rendered vertex count
      significantly, but at least the textures are now mapped correctly.
      
      Change-Id: I72b4705de5dd11263898eaf6c88f66a7dc232e1d
      Task-number: QTBUG-42641
      Reviewed-by: default avatarTomi Korpipää <tomi.korpipaa@theqtcompany.com>
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      e00164b9
  12. 23 Apr, 2015 - 1 commit
  13. 20 Apr, 2015 - 1 commit
  14. 17 Apr, 2015 - 2 commits
  15. 01 Apr, 2015 - 1 commit
    • Topi Reinio's avatar
      Doc: Fix various documentation issues · ec6569e5
      Topi Reinio authored
      
          - Use 'Qt Canvas 3D' as the module name throughout the
            documentation.
          - Replace unnecessary use of \group with \page commands
          - Fix example group page not being generated correctly
          - Add QML types to the correct module, remove their use
            of \ingroup
          - Replace 'indexes' variable with 'depends' as this is
            no longer a module external to Qt.
          - Fix broken 'exampledirs'
          - Add correct dependencies and ensure linking to other
            Qt module docs works.
          - Style and language fixes
          - Limit line width to 80 characters in .qdoc files
      
      Change-Id: Ib4f4ca59e250db3a5d60c4988701a8fb209438c1
      Task-number: QTBUG-45247
      Reviewed-by: default avatarVenugopal Shivashankar <venugopal.shivashankar@digia.com>
      ec6569e5
  16. 09 Mar, 2015 - 1 commit
  17. 08 Mar, 2015 - 2 commits
  18. 03 Mar, 2015 - 1 commit
  19. 28 Feb, 2015 - 1 commit
    • Laszlo Agocs's avatar
      Fix textureandlight resource usage · ce9c5748
      Laszlo Agocs authored
      
      We have an alias for gl-matrix.js in the qrc so we have to match that.
      Right now gl-matrix.js is not loaded and thus mat4 is not usable.
      
      We have to have the absolute path since otherwise we are relative to
      the main qml file which is in a qml subdir in case of this example.
      
      Change-Id: Ie16f9e44a0a9d0498dd34270e2eb8df9efe4a92d
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      ce9c5748
  20. 27 Feb, 2015 - 2 commits
  21. 25 Feb, 2015 - 1 commit
  22. 17 Feb, 2015 - 3 commits
  23. 12 Feb, 2015 - 1 commit
  24. 11 Feb, 2015 - 1 commit
    • Pasi Keranen's avatar
      Moving to V4VM TypedArrays in Qt 5.5 dev. · 2ef3a781
      Pasi Keranen authored
      
      This commit breaks compatibility with Qt 5.4 and earlier versions. It removes the
      temporary QObject based TypedArrays and moves the code to use the native
      QV4::TypedArray support in Qt 5.5. This allows the implementation now to also
      add support for compressed textures and support all getParameter() values.
      
      Change-Id: I637083e8ebad46b77617ca4095cefaa5aab48b0b
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      2ef3a781
  25. 02 Feb, 2015 - 1 commit
    • Pasi Keranen's avatar
      Starting to move towards QJSValue use · e3cceadb
      Pasi Keranen authored
      
      Starting to replace QObject pointers with QJSValue that allows dynamic
      properties to be added to the the returned objects from QCanvas3D API.
      This makes the implementation more compatible with WebGL code out there.
      
      All uniform??va functions made internal, uniform??v functions now accept
      QJSValue as input and dynamically detect the parameter type.
      Examples updated accordingly.
      
      Buffer3D, Program3D, Shader3D and UniformLocation3D types now changed
      to use QJSValue.
      
      Change-Id: I1670d5efa5aa829c89169143b685e4b52b402b77
      Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
      e3cceadb
  26. 25 Nov, 2014 - 1 commit