POV-Ray : Newsgroups : povray.general : Trace(): help required : Re: Trace(): help required Server Time
1 Aug 2024 08:14:23 EDT (-0400)
  Re: Trace(): help required  
From: Kenneth
Date: 22 May 2006 01:55:00
Message: <web.447150ec501983a81bc008390@news.povray.org>
"Kenneth" <kdw### [at] earthlinknet> wrote:
> The idea behind #if (vlength my_norm !=0) ...

Sorry, that should have been #if (vlength (my_norm) !=0)

BTW, you could instead use #if (vlength (my_norm) = 0) and simply rearrange
the parts in your #if......#else block to get the same results.

Ken


Post a reply to this message

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