POV-Ray : Newsgroups : povray.advanced-users : fuctions and uv_mapping : fuctions and uv_mapping Server Time
3 May 2024 11:51:29 EDT (-0400)
  fuctions and uv_mapping  
From: David Burnett
Date: 24 Mar 2003 07:21:59
Message: <pan.2003.03.24.12.21.25.112773@ntlworld.com>
Is there a simple way to apply uv_mapping within a function.

I'm looking for something that would work like..

#declare Chladni_uv = function{	
    pigment { 
        function{Chladni_2d (x,y,z,4,5)}
  	uv_mapping
   } 
}

if it were valid syntax.

Dave


Post a reply to this message

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