Changes between Version 2 and Version 3 of Ticket #9214, comment 2
- Timestamp:
- Apr 7, 2013, 9:43:03 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9214, comment 2
v2 v3 1 1 Hello TJ! 2 2 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).3 I 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. 4 4 5 I don't exactly need to create the Tooltip on hover. I just set that up as a simple use case. I justneed to be able to manually open the Tooltip with mouse track working correctly.5 I 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.