|
|
In article <37650b3a.4662718@news.povray.org> , pet### [at] usanet (Peter
Popov) wrote:
> Please see the attached code. Take special note on line 62. If you
> remove it or comment it, the parser gives an error. I have no idea
> why, but it seems like a parser bug.
>
>
> Peter Popov
> ICQ: 15002700
>
>#declare T_Wood34 =
>texture { T_Wood32 }
>texture {
> pigment {
> onion
> turbulence 0.2125
> colour_map {
> [0.225 colour rgbt <1.000000, 0.53333, 0.11767, 0.4875>]
> [0.350 colour rgbt <0.662750, 0.28617, 0.00001, 0.7250>]
> [0.500 colour rgbt <1.000100, 0.53333, 0.11765, 0.5745>]
> [0.625 colour rgbt <0.662775, 0.28627, 0.00005, 0.6875>]
> [0.750 colour rgbt <1.000200, 0.53333, 0.11755, 0.5275>]
> [0.875 colour rgbt <0.662755, 0.28629, 0.00001, 0.3795>]
> [1.000 colour rgbt <1.000000, 0.53333, 0.11665, 0.6165>]
> }
> scale <0.225, 0.20, 1.15>
> }
> }
Interesting, I didn't know that this was (ever) supposed to work at all (I
didn't miss the note of that exception the POV-Ray Docs, did I?). I
would say the parser is right...
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: Tho### [at] csicom
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|