McStevenF Posted December 10, 2011 Share Posted December 10, 2011 I am evaluating the leadwerks SDK and I have not been able to learn how to programmatically determine which object (model?) is 'hit' with a mouse click. Is anyone aware of sample code? Quote Link to comment Share on other sites More sharing options...
McStevenF Posted December 10, 2011 Author Share Posted December 10, 2011 I am evaluating the leadwerks SDK and I have not been able to learn how to programmatically determine which object (model?) is 'hit' with a mouse click. Is anyone aware of sample code? Just found the raycasting section. Would the linepick function be the best way to go? Quote Link to comment Share on other sites More sharing options...
macklebee Posted December 10, 2011 Share Posted December 10, 2011 take a look at CameraPick()... and then you would have to evaluate the picked entity to determine what it is... just remember that raycasting only works on meshes and terrains and that the collisiontype parameter is based on what you set your collision responses to... Quote Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590 LE / 3DWS / BMX / Hexagon macklebee's channel Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.