|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The following code from the docs under 6.7.11.16 Function Image gives
me an error:
height_field {
function 200,200 {
pigment {
bozo
color_map {
[0 rgb 0]
[1 rgb 1]
}
}
}
translate -0.5
scale 10
pigment {rgb 1}
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Which error? It doesn't give any error to me.
Please always submit the error message given by POV-Ray instead of just
saying "it gives an error". It's difficult to guess what the error message
could be.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> Which error? It doesn't give any error to me.
File: C:\pov35\ini\grains05.pov Line: 6
height_field {
function <----ERROR
Parse Error: Expected 'map file spec', function found instead
Returned from renderer with error status
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 6 Sep 2001 17:36:14
Message: <3b97ec4e@news.povray.org>
|
|
|
| |
| |
|
|
In article <3B97D939.8B4BEA18@aol.com> , "Greg M. Johnson"
<"gregj56590[:-0]"@aol.com> wrote:
> The following code from the docs under 6.7.11.16 Function Image gives
> me an error:
>
> height_field {
> function 200,200 {
> pigment {
> bozo
> color_map {
> [0 rgb 0]
> [1 rgb 1]
> }
> }
> }
> translate -0.5
> scale 10
> pigment {rgb 1}
> }
Not for me. Are you sure you downloaded the >>official, final public beta
1<< ???
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
You are rendering with the POV-Ray 3.5 beta binary and not the 3.1 binary
or MegaPov?
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich wrote:
> Not for me. Are you sure you downloaded the >>official, final public beta
> 1<< ???
I ran the installation program but it's possible I was careless in just
hitting the "same old" icon on my windows desktop.
The version I"m running says:
pre-beta.14.msvc.win32
Grand apologies if I'm out of date...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Greg M. Johnson" wrote:
>
> Thorsten Froehlich wrote:
>
> > Not for me. Are you sure you downloaded the >>official, final public beta
> > 1<< ???
>
> I ran the installation program but it's possible I was careless in just
> hitting the "same old" icon on my windows desktop.
>
> The version I"m running says:
> pre-beta.14.msvc.win32
>
> Grand apologies if I'm out of date...
You are supposed to be running POV-Ray v3.5 beta.1 downloaded from
http://povray.org/binaries/windows/beta.html
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I downloaded powin35-beta-1.exe and ran this application.
Ken wrote:
> You are supposed to be running POV-Ray v3.5 beta.1 downloaded from
>
> http://povray.org/binaries/windows/beta.html
>
> --
> Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Okay, I reran the installation program
and now I have 3.5.beta.1.msvc.win32
and now the code in question works.
Sorry. This wasn't a problem with earlier d/l's but I'm sure it's my fault...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |