POV-Ray : Newsgroups : povray.newusers : Parametric Object : Re: Parametric Object Server Time
25 Apr 2024 14:10:43 EDT (-0400)
  Re: Parametric Object  
From: kurtz le pirate
Date: 6 Apr 2023 10:51:35
Message: <642edc77$1@news.povray.org>
On 06/04/2023 16:15, kurtz le pirate wrote:
> 
> I have to add the complete calculation of the parameter 'K' in the three
> functions ?
> 

Find the solution.

#declare fnK = function(u,v) { ... }
parametric {
 function { fnK(u,v)*(...) }
 function { fnK(u,v)*(...) }
 function { fnK(u,v)*(...) }

Must also specify the parameters for fnK().


-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

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