POV-Ray : Newsgroups : povray.beta-test : color dot operators : Re: color dot operators Server Time
30 Jul 2024 08:24:13 EDT (-0400)
  Re: color dot operators  
From:
Date: 18 Dec 2001 04:02:13
Message: <l91u1uo5c9thqog30m86cohaqn9ie0h6q1@4ax.com>
On Mon, 17 Dec 2001 16:16:08 -0500, "Slime" <noo### [at] hotmailcom> wrote:
> Confirmed.

Thanks

> I get the error "float expected but vector or color expression found."

That's it.
And another short example of it:

#local A=<1,2,3,1>; // without 'color'
#local F=A.filter;
sphere{ 0 F } // works

#local A=color <1,2,3,1>; // with 'color'
#local F=A.filter;
sphere{ 0 F } // not

ABX


Post a reply to this message

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