Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: ryf9059 on March 18, 2014, 05:16:46 AM
-
After searching around I kind of have a working demo of mouse drag object. But in my scene the camera is too close to the object and when the object falling from the sky the camera cannot capture all of them since part of the falling trace is outside. I then try put the camera somewhat further and try to run again, strangely the mouse drag event is not even triggered anymore.
I then played with camera distance while running, I found that if I push the camera a bit further the event still triggers but up to some distance the trigger doesn't work anymore, but I need to keep the distance between camera and the objects.
Any idea what caused the trigger to be not responding and how to solve this issue? Thanks
-
If you're using Mouse Pick, it has a Ray Distance you can specify.
-
If you're using Mouse Pick, it has a Ray Distance you can specify.
In my current example I'm not longer using Mouse Pick, instead I use Get Mouse X/Y, normalize then and use Camera Screen To World Point. And that baffles me because there is no ray cast line length or anything like that.
-
Never mind, problem solved, it just worked again, without sign.
Maybe before then it's a bug, who knows, as long as it works now.