About Store Forum Documentation Contact



Post Reply 
UnderCursor
Author Message
Harton Offline
Member

Post: #1
UnderCursor
Created a sphere.
Code:
Ball kula;
How do I know when the mouse pointer will be on the ball?
I wanted to use the function "GetWorldObjectUnderCursor" from tutorial "Inventory" but Ball is not type of 'EE::Game::Obj'.
12-21-2009 01:05 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: UnderCursor
in the next EE release there will be:

Bool SweepPointBall(Vec &point,Vec &move,Ball &ball,Flt *hit_frac=NULL,Vec *hit_normal=NULL); // if moving point cuts through a static ball
12-21-2009 01:13 AM
Find all posts by this user Quote this message in a reply
Harton Offline
Member

Post: #3
RE: UnderCursor
Ok, thanks!
12-21-2009 01:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply