1. 19 Jul, 2017 1 commit
    • Rurik Bugdanov's avatar
      Place a marker in the scene on map ctrl-click · 7ac7ac50
      Rurik Bugdanov authored
      (using view._scene._nameSpace.doc.ctx.pickValue())
      
      The problem is that after changing the viewpoint the scene must be
      rendered before calling pickValue() and that I do not know how to use
      an offscreen scene with x3dom.
      
      The workaround I found is to change the viewpoint on ctrl-mousemove over the
      map, so that when the map is clicked, the scene needed for pickValue() is
      already rendererd and pickvalue cam return the proper coordinates.
      
      TODO:
      - change the viewpoint on keydown ctrl over the map (dont wait mousemove)
      - implement code related to issue #4
      - restore the original viewpoint when ctrl is released or
        on mouseleave map
      - ...
      7ac7ac50
  2. 17 Jul, 2017 1 commit
  3. 14 Jul, 2017 6 commits
  4. 13 Jul, 2017 5 commits
  5. 08 Jul, 2017 3 commits
  6. 07 Jul, 2017 3 commits
  7. 06 Jul, 2017 1 commit
  8. 03 Jul, 2017 1 commit
  9. 29 Jun, 2017 7 commits
  10. 28 Jun, 2017 5 commits
  11. 21 Jun, 2017 6 commits
  12. 20 Jun, 2017 1 commit