POV-Ray : Newsgroups : povray.programming : ridgedMF HELP! Server Time
17 May 2024 05:54:25 EDT (-0400)
  ridgedMF HELP! (Message 1 to 3 of 3)  
From: Captain Morgan
Subject: ridgedMF HELP!
Date: 19 Aug 2005 10:00:01
Message: <web.4305e574eed205a915b9d80a0@news.povray.org>
I have the following code segment:

#declare f = function {"ridgedMF", <1, 2, 5, 1, 1>}
#declare sea = function {y - 5 * f(0.2 * x, 0.2 * y, 0.2 * z) / 10 - f(x, y,
z)/10 - f((x - 0.15)/0.2,(y - 0.15)/0.2, (z - 0.15)/0.2)/100}

the entire image code was originally rendered using an older version of
POV-Ray and MegaPOV 0.7,

PROBLEM IS...now trying to run this with Povray 3.5 or 3.6 using megapov 1.0
or 1.2, i ALWAYS get a stupid parse error right here:

#declare f = function {"ridgedMF", < <----ERROR

Parse Error: Expected 'valid function expression', ( found instead

ANYONE ABLE TO HELP please!?!?
I havent touched povray in a long time and i am very rusty on
this....obviously im stuck at this point, cause it used to run and now it
doesnt :(

p.s. deleting the comma after the quotes still gives the same error.


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: ridgedMF HELP!
Date: 19 Aug 2005 10:05:23
Message: <4305e723$1@news.povray.org>
Captain Morgan wrote:
> I have the following code segment
<snip>

This is the wrong group for this question.  This group is for discussion of
the POV-Ray source code.  Questions about using the POV-Ray should be asked
in either povray.general or povray.newusers.

     Thorsten

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Slime
Subject: Re: ridgedMF HELP!
Date: 19 Aug 2005 10:21:36
Message: <4305eaf0$1@news.povray.org>
> Captain Morgan wrote:
> > I have the following code segment
> <snip>
>
> This is the wrong group for this question.  This group is for discussion
of
> the POV-Ray source code.  Questions about using the POV-Ray should be
asked
> in either povray.general or povray.newusers.


In addition, please don't post multiple versions of the same message to
different groups!

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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