From: Robert Chaffe
Subject: Docu Corrections
Date: 19 May 2002 13:25:10
Message: <3ce7dff6@news.povray.org>
Version 3.5.beta.RC5.icl.win32
6.1.6 User-Defined Functions -
Since % was removed from the syntax, please change the following:
FACTOR:
MOD_EXPRESSION [MULT MOD_EXPRESSION]
to:
FACTOR:
HAT_EXPRESSION [MULT HAT_EXPRESSION]
10.1.3.4 User defined Functions -
The note under IDENT_LIST should be updated now that the maximum number of parameters
is 56 instead of 20.
Since % was removed from the syntax, make the same change as for section 6.1.6 above.
Also remove the MOD_EXPRESSION and MOD definitions.
6.4.5 Camera Identifiers -
It appears that only transformations may be placed after an identifier in a camera
statement now. A comment regarding this
might be added to the descriptive text in this section. The example shows look_at
being used. Perhaps a transformation may be
shown instead.
10.1.6 Camera -
Please change the CAMERA definition to:
camera { [CAMERA_TYPE] [CAMERA_ITEMS] [CAMERA_MODIFIERS] } |
camera { CAMERA_IDENTIFIER [TRANSFORMATION...] }
Thank you.
--
Robert Chaffe
http://www.donovansweb.com/~chaffe/
From: Robert Chaffe
Subject: Re: Docu Corrections
Date: 19 May 2002 13:31:54
Message: <3ce7e18a$1@news.povray.org>
> 10.1.3.4 User defined Functions -
Forgot one. Also need to remove
asc (STRING)
from the FN_FLOAT_FUNCTION list.
--
Robert Chaffe
http://www.donovansweb.com/~chaffe/
in news:3ce7dff6@news.povray.org Robert Chaffe wrote:
> Version 3.5.beta.RC5.icl.win32> > 6.1.6 User-Defined Functions -> Since % was removed from the syntax,
I'll make the changes,
Thanks,
Ingo