POV-Ray : Newsgroups : povray.newusers : Distance to a spline from a camera : Re: Distance to a spline from a camera Server Time
30 Jul 2024 04:20:33 EDT (-0400)
  Re: Distance to a spline from a camera  
From: Bathurstfreak
Date: 12 Oct 2004 08:45:00
Message: <web.416bd13aa8b59355b2d60bc10@news.povray.org>
Cheers, works beautifully

"Tim Nikias" <JUSTTHELOWERCASE:timISNOTnikias(at)gmx.netWARE> wrote:
> Well, just subtract the position from the camera's location, slap a
> vlength(...) around it, and the resulting float is the distance in POV-Units
> from position to location. An example:
>
> #declare Camera_Location = <0,5,10>;
> camera{location Camera_Location look_at <0,0,0>}
>
> #declare Position = <4,6,12>;
>
> #declare Distance = vlength(Camera_Location-Position);
>
> Nice animation for a beginner, though the car is a little jerky at the
> curves...
>
> Regards,
> Tim
>
> --
> "Tim Nikias v2.0"
> Homepage: <http://www.nolights.de>


Post a reply to this message

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