|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I think, I found a small bug in the docs....
6.1.6.1 Declaring User-Defined Float Functions
there is a example, which uses a 'pattern' - keyword
#declare foo = function {
pattern {
checker
}
}
This keyword is not listet in section 6.1.1
I think, this is a scrap of a 'last minute change'.
This mentioned someone? somewhere?
Maybe it was sometimes before reported.....
Zan
PS.: GREAT JOB DONE POV-TEAM...
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: [doc] Small bug in DOC [6.1.6.1]
Date: 6 Sep 2001 11:20:37
Message: <3b979445@news.povray.org>
|
|
|
| |
| |
|
|
In article <3B9792B8.ED1DA991@sicom-ol.de> , Zan Trajkov
<tra### [at] sicom-olde> wrote:
> This keyword is not listet in section 6.1.1
>
> I think, this is a scrap of a 'last minute change'.
> This mentioned someone? somewhere?
No, the change was somewhere else and had to do with the pattern image type.
If the keyword "pattern" is missing from the list of keywords than that is a
(minor) documentation bug.
> Maybe it was sometimes before reported.....
Not that I know about. I am sure our docs coordinator will take care of it.
> Zan
> PS.: GREAT JOB DONE POV-TEAM...
Thanks!
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich schrieb:
>
> > I think, this is a scrap of a 'last minute change'.
> > This mentioned someone? somewhere?
>
> No, the change was somewhere else and had to do with the pattern image type.
> If the keyword "pattern" is missing from the list of keywords than that is a
> (minor) documentation bug.
>
> > Maybe it was sometimes before reported.....
>
> Not that I know about. I am sure our docs coordinator will take care of it.
Yes, it was reportet:
portfolio\allobjects_pov
from yesterday....
news://news.povray.org/3b967930%40news.povray.org
(It was the docs coordinator .... :-) )
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3b979445@news.povray.org Thorsten Froehlich wrote:
> I am sure our docs coordinator will take care of it.
He did.
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Sorry,
i'm found the answer myself...
'pattern' is a SPECIAL_FLAOT_FUNCTION as described in 6.1.6
I'm mixed up 2 different tasks regarding 'pattern' ... :-(
v
Zan
Zan Trajkov schrieb:
> there is a example, which uses a 'pattern' - keyword
>
> #declare foo = function {
> pattern {
> checker
> }
> }
>
> This keyword is not listet in section 6.1.1
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |