PDA

View Full Version : grabbing the object under mouse


dwaik
03-01-2010, 01:19 AM
Hello
i need to know what object is being under the mouse cursor, so that i can grab it using viz.grab()
thanks in advance

Jeff
03-01-2010, 09:55 AM
Take a look at viz.pick() and vizact.onpick().

dwaik
03-02-2010, 01:46 AM
thank you :D