Re: CustomTool Pick

2013-06-17 Thread Vincent Ullmann
Hi, thanks for your response. "Also picking generally uses a small region around the cursor" This might be the Issue. So sometimes Pick will get a Object, but my GetRaycastIntersections will fail then becouse of that Radius. I assuemd Pick and Raycast will work similar enough so i could be sure

RE: CustomTool Pick

2013-06-17 Thread Brent McPherson
Hi Vincent, The first place to start is by checking the return values to make sure the calls succeed before attempting to use the values. Just because picking got an intersection doesn't mean the point locator query will succeed because they are using different techniques for testing intersec