|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
pov 3.5 rc6 for win
10.1.3.1 Floats
NUMERIC_FACTOR:
NUMERIC_EXPRESSION [HAT NUMERIC_EXPRESSION]
HAT:
^
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
wrote:
> HAT:
> ^
>
Mmm, how did that sneek back in?
Ingo
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: [doc] hat still in float expressions
Date: 10 Jun 2002 11:14:51
Message: <3D04C26C.966EA94E@gmx.de>
|
|
|
| |
| |
|
|
Both the isosurface tutorial as well as the corresponding SDL section
still contain that operator as well. If there was a linux version of RC6
i could grep for all occurrences...
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 02 Jun. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3D04C26C.966EA94E@gmx.de Christoph Hormann wrote:
> If there was a linux version of RC6
> i could grep for all occurrences...
>
Well I have grep and the source but ...
Grasshopper: 'I have a problem I want to solve with regular expressions'
Master: 'Now you have two problems'
Ingo
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: [doc] hat still in float expressions
Date: 10 Jun 2002 12:42:08
Message: <3D04D6E0.FC51D3E2@gmx.de>
|
|
|
| |
| |
|
|
ingo wrote:
>
> Well I have grep and the source but ...
>
> Grasshopper: 'I have a problem I want to solve with regular expressions'
> Master: 'Now you have two problems'
How about:
grep -r '\^' *.html
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 02 Jun. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3D04D6E0.FC51D3E2@gmx.de Christoph Hormann wrote:
> How about:
>
> grep -r '\^' *.html
That was my first try too, but it finds stuff like:
doc_3_1.html: +I'my file.pov'
doc_3_1.html: Input_File='my file.pov'
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:Xns### [at] povrayorg ingo wrote:
>> grep -r '\^' *.html
>
> That was my first try too, but it finds stuff like:
> doc_3_1.html: +I'my file.pov'
> doc_3_1.html: Input_File='my file.pov'
>
Aargh:
grep -r "\^" *.html
Ingo
Post a reply to this message
|
|
| |
| |
|
|
From: Robert Chaffe
Subject: Re: [doc] hat still in float expressions
Date: 11 Jun 2002 00:27:20
Message: <3d057c28@news.povray.org>
|
|
|
| |
| |
|
|
FWIW, here are some bits from my quick reference with the hat and mod operators
removed.
For section 10.1.3.1 Floats -
. . .
NUMERIC_TERM:
NUMERIC_EXPRESSION [MULT NUMERIC_EXPRESSION]
MULT:
* | /
NUMERIC_EXPRESSION:
. . .
For section 10.1.3.4 User defined Functions -
. . .
FACTOR:
EXPRESSION [MULT EXPRESSION]
MULT:
* | /
EXPRESSION:
. . .
--
Robert Chaffe
http://www.donovansweb.com/~chaffe/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3d057c28@news.povray.org Robert Chaffe wrote:
> FWIW, here are some bits from my quick reference with the hat and mod
> operators removed.
>
>
Thanks Robert,
I had these removed in the source, but somehow it didn't make it in the
docs.
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> [...] If there was a linux version of RC6 [...]
(No whining intended, Thorsten, just a polite question:)
When may we expect the next linux version?
Just so I do not have to check every five minutes ;-)
Mark Weyer
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |