POV-Ray : Newsgroups : povray.advanced-users : Is this a bug? : Re: Is this a bug? Server Time
30 Jul 2024 10:24:04 EDT (-0400)
  Re: Is this a bug?  
From: Gail Shaw
Date: 8 Sep 1999 08:20:54
Message: <37d654a6@news.povray.org>
Ken wrote in message <37D02E8A.E3C566B8@pacbell.net>...
>
>
>Ron Parker wrote:
>>
>> On 3 Sep 1999 12:05:59 -0400, Nieminen Juha wrote:
>> >  Someone discovered this bug in povray.newusers. I'm confirming that it
>> >really is a bug before posting a bug report.
>
>  Something else I just noticed that is odd from the original posters code.
>
>He has a pigment identified as - pigment { color <1,1,1> }
>
>  I never realized you could validate a color like this without the use of
>the RGB(FT) identifiers.
>
> pigment { color <1,1,1> } // is valid
> pigment {   rgb <1,1,1> } // also valid
> pigment {       <1,1,1> } // invalid and understandably so
>
>The more I use this program the more loop holes I seem to find...
>
>--


I noticed something like that the other day. I had three objects.

First one

 pigment {color Red}

Second one

pigment {color Blue}

third one

pigment {color Yellow}

Only got a parse error at the third one, which confused be until
I realised that the color keyword shouldn't have been there.

Gail
*******************************************************************
* gsh### [at] monotixcoza              * ERROR: COFFEE.COM not found  *
* http://www.rucus.ru.ac.za/~gail/ * Insert cup and press any key *
*******************************************************************
   My Software never has bugs, It just develops random features
*******************************************************************


Post a reply to this message

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