POV-Ray : Newsgroups : povray.binaries.images : pattern blend : Re: pattern blend Server Time
19 May 2024 14:33:58 EDT (-0400)
  Re: pattern blend  
From: And
Date: 8 Mar 2018 10:45:01
Message: <web.5aa15a0a8351d7b08d689dad0@news.povray.org>
=?UTF-8?Q?J=c3=b6rg_=22Yadgar=22_Bleimann?= <yaz### [at] gmxde> wrote:
> Hi(gh)!
>
> On 02.03.2018 16:27, And wrote:
>
> > #declare p_modify1 =
> > pigment{
> >      pigment_pattern{p_original}
> >      pigment_map{
> >      #for(i,0,255)
> >          [i/255,
> >          bumps
> >          scale 1/input_wide_res
> >          scale 4.8
> >          rotate <0,0,20>
> >              color_map{
> >              [0.2+0.6*(1-pow(i/255,1/3)) rgbt<0,0,0,0.1>]
> >              [0.2+0.6*(1-pow(i/255,1/3)) rgbt<0,0,0,0.9>]
> >              }
> >          ]
> >      #end
> >      }
> > }
>
> Very interesting! May I use your p_modify versions for my video
> experiments on YouTube
> (https://www.youtube.com/channel/UCFgDHkMGDuOkiSnc6w6eUWg)? To those who
> modificated it, I ask the same question...
>
> See you in Khyberspace!
>
> Yadgar


Well... it's ok.


Post a reply to this message

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