POV-Ray : Newsgroups : povray.newusers : Need help with POV-Ray !! : Re: Need help with POV-Ray !! Server Time
29 Jul 2024 02:34:25 EDT (-0400)
  Re: Need help with POV-Ray !!  
From: Kenneth
Date: 24 Sep 2007 15:25:00
Message: <web.46f80e7e4683e647f16fbbd90@news.povray.org>
"Kenneth" <kdw### [at] earthlinknet> wrote:

> To use trace at all, you need to #declare it with a name:
>
> #declare my_point  = trace(mountain_object, <.5,100,.5>, <0,1,0>);  Don't
> forget the semi-colon!

OOPS!  I made a slight error; it should be
#declare my_point  = trace(mountain_object, <.5,100,.5>, <0,-1,0>);

I hope that didn't confuse you.  Sorry!

Ken W.


Post a reply to this message

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