POV-Ray : Newsgroups : povray.beta-test : [std include] floats as vectors : Re: [std include] floats as vectors Server Time
30 Jul 2024 02:25:11 EDT (-0400)
  Re: [std include] floats as vectors  
From: Slime
Date: 17 Jan 2002 10:11:47
Message: <3c46e9b3$1@news.povray.org>
> it can be done with additional two lines at beginnig of macro:
>
>    #local A=A+0*x;
>    #local B=B+0*x;

Or by
#local A = A*<1,1,1>;
for that matter.

- Slime
[ http://www.slimeland.com/ ]
[ http://www.slimeland.com/images/ ]


Post a reply to this message

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