POV-Ray : Newsgroups : povray.newusers : trace direction : trace direction Server Time
29 Jul 2024 16:32:20 EDT (-0400)
  trace direction  
From: Jim Charter
Date: 21 Jun 2005 11:30:08
Message: <42b83280$1@news.povray.org>
I have any point, A
I have a second point B

I want to use the trace() function such that I want to intersect a 
surface between A and B, travelling From A to B.

So, is this correct?

#local Surface = some object;
#local Start = A;
#local Dir = B-A;
#local Norm = <0,0,0>;

#local Pos = trace(Surface,Start,Dir,Norm);


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.