[opensource-dev] Return drawable/object at mouse point

2011-07-26 Thread Lockwood, Nick
I'm writing some code for a research project to log the object at a particular point on the screen (using mouse coordinates). So far I've made use of the LLViewerWindow::cursorIntersect function which seems to work pretty well. However, I can't seem to capture certain things like the sky, clouds, w

[opensource-dev] Detecting mouse over sky or water

2010-03-03 Thread Lockwood, Nick
I'm working on a project to track what object is currently rendered at the current mouse screen coordinate. There was a recent thread I found (http://www.mail-archive.com/sl...@lists.secondlife.com/msg04380.html) that highlights the cursorIntersect function in the LLViewerWindow class. That is

Re: [opensource-dev] Detecting mouse over sky or water

2010-03-03 Thread Lockwood, Nick
Thanks for the tip Jason. Which class are you referring to when you say "touch picking code?" -Original Message- From: Gigs [mailto:gigstagg...@gmail.com] Sent: Wednesday, March 03, 2010 2:27 PM To: Lockwood, Nick Cc: opensource-dev@lists.secondlife.com Subject: Re: [open