THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2002 at 16:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform: Windows ;
Language(s) : C++ ;
---------
I tried to set a startvector as ray with the RayCollider engine like:
Vector start = Vector(0,110,0);
rc->Intersect(start, Vector(0,-1,0), 10000.0);
But it doesn´t seem to work. The initialised intersection object is maybe 10 units under the point, but I don´t get an intersection anyway. why? :
thx
Samir