POV-Ray : Newsgroups : povray.general : Rays path Length : Re: Rays path Length Server Time
25 Apr 2024 19:11:26 EDT (-0400)
  Re: Rays path Length  
From: Bald Eagle
Date: 10 Jan 2018 08:45:01
Message: <web.5a5617daf3020183c437ac910@news.povray.org>
"Kontemplator" <haf### [at] yahoocom> wrote:

> try:
>
> vlength(V)
> Length of V. Returns a float value that is the length of vector V. Formula is
> vlength=sqrt(vdot(A,A)). Can be used to compute the distance between two points.
> Dist=vlength(V2-V1).

I think he wants the overall length of a ray - not just straight from the light
source, but after reflections, etc.


Post a reply to this message

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