POV-Ray : Newsgroups : povray.general : function f_ridged_mf question : function f_ridged_mf question Server Time
6 Aug 2024 19:32:49 EDT (-0400)
  function f_ridged_mf question  
From: Patrick Dugan
Date: 13 Feb 2002 23:00:35
Message: <3c6b3663@news.povray.org>
I am trying to translate a Megpov statement:

   #declare f = function{"ridgedmf" <1, 2, 5, 1, 1>}

to a Povray 3.5 statement:

   #declare f = function {f_ridged_mf (1,2,5,1,1) }

Povray says "expected operator ( found instead."

Can anyone tell me how to properly translate the function in Povray 3.5?
I'm a match klutz so I'm having trouble with this.


Thank you,
Patrick Dugan


Post a reply to this message

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