THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/11/2002 at 10:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
When using the GeRayCollider Library and I determine a Ray->Edge Detection I am using the current Mouse Position that I got from the &msg BaseContainer in the Mouse Input Method and Convert the Screen Coords into World Coords. But it seems I am doing something wrong, because when I rotate the editor view the point I have set is actually not on my edge but anywhere in the space.
Col = bd->SW(Vector(mx,my,0));
is what I am using to convert the point to world space.
Any idea why it is wrong?
thanks