POV-Ray : Newsgroups : povray.general : Feature request - Texture modifiers : Re: Feature request - Texture modifiers Server Time
11 Aug 2024 11:20:22 EDT (-0400)
  Re: Feature request - Texture modifiers  
From: Margus Ramst
Date: 20 Jul 1999 09:26:03
Message: <37947909.F7389FBB@peak.edu.ee>
Won't it be slow?
(Sorry, can't test now; got ~3 day render running...)

Margus

"SamuelT." wrote:
> 
> You may be happy to know (I know I am) that with the help of the new
> superpatch, this kind of stuff is possible. You can do stuff like this:
> 
> #declare P1=function{
>  pigment{crackle}
> }
> 
> #declare P2=function{
>  pigment{gradient y sine_wave}
> }
> 
> sphere<0,0,0>,1
>  pigment{
>   function P1(x,y,z)+P2(x,y,z)
>  }
> }
> 
> Samuel Benge
>


Post a reply to this message

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