Changes between Version 2 and Version 3 of Ticket #9214, comment 2


Ignore:
Timestamp:
Apr 7, 2013, 9:43:03 PM (10 years ago)
Author:
mattblang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9214, comment 2

    v2 v3  
    11Hello TJ!
    22
    3 I am using jQuery UI for my interface on a WebGL project.  Since the entire screen is a HTML5 canvas, I was hoping I could test for object intersection and display Tooltips when certain interactions in the WebGL project occur (such as mousing over a planet).
     3I am using jQuery UI for my interface on a WebGL project.  I was hoping I could test for object intersection in WebGL and display Tooltips when certain interactions occur (such as mousing over a planet sphere).  The Tooltip would need to be attached to the HTML5 canvas, which takes up the entire screen.
    44
    5 I don't exactly need to create the Tooltip on hover.  I just set that up as a simple use case.  I just need to be able to manually open the Tooltip with mouse track working correctly.
     5I don't need to create the Tooltip on hover.  I just set that up as a simple use case.  I need to be able to manually open the Tooltip with mouse track working correctly.