|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
For the first time in my life I got this error from povray:
error: numeric expression expected but . (period) found instead.
Trivia: Can you guess what causes this (ie. can you generate this error
from povray)?
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> For the first time in my life I got this error from povray:
>
> error: numeric expression expected but . (period) found instead.
>
> Trivia: Can you guess what causes this (ie. can you generate this error
> from povray)?
Give me something hard next time...
sphere{0,1 translate .}
:)
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> For the first time in my life I got this error from povray:
>
> error: numeric expression expected but . (period) found instead.
>
> Trivia: Can you guess what causes this (ie. can you generate this error
> from povray)?
>
'rotate .' for example (i think every time a pure . is used)
It usually does not occur to me, because i usually use leading zeros.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
Homepage: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It happened to me when I wrote a number in the form "..2" by mistake.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ken <tyl### [at] pacbellnet> wrote:
: Give me something hard next time...
Ok. Try to get this:
error: 2D-Vector expected but something bigger found.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3a07126c@news.povray.org...
> Ken <tyl### [at] pacbellnet> wrote:
> : Give me something hard next time...
>
> Ok. Try to get this:
>
> error: 2D-Vector expected but something bigger found.
Haven't tried it but something like
lathe {
linear_spline
5,
<2, 0>, <3, 0>, <3, 5>, something bigger, <2, 0>
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> It happened to me when I wrote a number in the form "..2" by mistake.
I do stuff like that. A little too much. ;)
--
David Fontaine <dav### [at] faricynet> ICQ 55354965
My raytracing gallery: http://davidf.faricy.net/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote in message <3a07126c@news.povray.org>...
>Ken <tyl### [at] pacbellnet> wrote:
>: Give me something hard next time...
>
> Ok. Try to get this:
>
>error: 2D-Vector expected but something bigger found.
A quick search through the source code reveals that it requires an
unofficial version of POV-Ray. Searching through the source code for
SuperPatch 3.1g indicates that it is probably a feature of MegaPOV.
--
Mark
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
LOL
Great, now I have to clean my lunch off of my monitor. :)
Richard.
"Bill DeWitt" <the### [at] earthlinknet> wrote in message
news:3a073312@news.povray.org...
> Haven't tried it but something like
>
> lathe {
> linear_spline
> 5,
> <2, 0>, <3, 0>, <3, 5>, something bigger, <2, 0>
> }
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Bill DeWitt <the### [at] earthlinknet> wrote:
: Haven't tried it but something like
: lathe {
: linear_spline
: 5,
: <2, 0>, <3, 0>, <3, 5>, something bigger, <2, 0>
: }
Nope. This produces:
error: numeric expression expected but undeclared identifier 'something' found
instead.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):_;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |