POV-Ray : Newsgroups : povray.general : vcross error : Re: vcross error Server Time
5 Aug 2024 10:25:47 EDT (-0400)
  Re: vcross error  
From: TinCanMan
Date: 9 Oct 2002 22:09:11
Message: <3da4e147$1@news.povray.org>
"jfmiller" <jfm### [at] hotmailcom> wrote in message
news:3da49b57$1@news.povray.org...
> #declare drx1=vnormalize(vcross(y+0.001,dr1)
>
> y+0.001  <--  `y` is a vector <0,1,0>   Adding a scaler to a vector is
> normally not a good idea.
>
> I'm not sure what POV does with this but my guess is it is the source of
> your error.
>

Just FYI, Pov would extend y+0.001 to <0,1,0> + <0.001,0.001,0.001>

-tgq


Post a reply to this message

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