POV-Ray : Newsgroups : povray.beta-test : [doc?] 6.7.11.16 Function Image Server Time
31 Jul 2024 10:26:49 EDT (-0400)
  [doc?] 6.7.11.16 Function Image (Message 1 to 9 of 9)  
From: Greg M  Johnson
Subject: [doc?] 6.7.11.16 Function Image
Date: 6 Sep 2001 16:13:40
Message: <3B97D939.8B4BEA18@aol.com>
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

From: Warp
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 6 Sep 2001 16:38:58
Message: <3b97dee2@news.povray.org>
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

From: Greg M  Johnson
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 6 Sep 2001 17:20:43
Message: <3B97E8F0.C3C45D45@aol.com>
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

From: Warp
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 6 Sep 2001 18:45:02
Message: <3b97fc6e@news.povray.org>
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

From: Greg M  Johnson
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 7 Sep 2001 08:20:41
Message: <3B98BBD6.35B4394B@aol.com>
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

From: Ken
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 7 Sep 2001 08:24:55
Message: <3B98BD7B.23502795@pacbell.net>
"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

From: Greg M  Johnson
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 7 Sep 2001 08:38:15
Message: <3B98BFF4.DF3EAC96@aol.com>
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

From: Greg M  Johnson
Subject: Re: [doc?] 6.7.11.16 Function Image
Date: 7 Sep 2001 08:44:06
Message: <3B98C153.FC5D1491@aol.com>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.