POV-Ray : Newsgroups : povray.binaries.images : pattern blend : Re: pattern blend Server Time
16 Apr 2024 17:34:44 EDT (-0400)
  Re: pattern blend  
From: And
Date: 2 Mar 2018 10:55:01
Message: <web.5a9973be8351d7b01c2f7e850@news.povray.org>
Another test

#declare p_modify1 =
pigment{
    pigment_pattern{p_original}
    pigment_map{
    #for(i,0,255)
        [i/255,
        bumps
        scale 1/input_wide_res
        scale 0.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
    }
}


Post a reply to this message


Attachments:
Download 'photo2.jpg' (732 KB)

Preview of image 'photo2.jpg'
photo2.jpg


 

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