Mouse Move Function
by Balmer Steve · in Torque Developer Network · 06/21/2010 (4:07 am) · 3 replies
Hi All
Could Any One Explain How can i use Mouse Move Function in torque 3d.
Suppose if I move my cursor to An Object the Normal Cursor Should Change to
Hand Cursor?
How can I do it.
I am using Ray casting Method to Identify the Object.
how can i identify the Object when the Cursor is placed in the Object?
Any Ideas Welcome
Could Any One Explain How can i use Mouse Move Function in torque 3d.
Suppose if I move my cursor to An Object the Normal Cursor Should Change to
Hand Cursor?
How can I do it.
I am using Ray casting Method to Identify the Object.
how can i identify the Object when the Cursor is placed in the Object?
Any Ideas Welcome
Torque 3D Owner TigerHeros
Default Studio Name
function PlayGui::onMouseMove(%pos,%vec)
{
echo(%pos)
echo(%vec)
}