POV-Ray : Newsgroups : povray.text.scene-files : Halftones : Re: Halftones Server Time
3 Jul 2024 01:11:38 EDT (-0400)
  Re: Halftones  
From: bob h
Date: 28 Nov 2001 17:50:49
Message: <3c056a49@news.povray.org>
"Ron Parker" <ron### [at] povrayorg> wrote in message
news:slr### [at] fwicom...
>
> But I want more comments about my halftones!  Enough of this backslash
talk!
> Who needs directory separators when we have an include path, anyway?
>
> Seriously, check out these halftones:
>
>     #case (6)
>       #declare OnionScale=.02;
>       pigment {CustomHalftone(Picture, OnionScale,
>         pigment{onion translate x/OnionScale},
>         0, 120, 240)}
>       #break
>     #case (7)
>       pigment {CustomHalftone(Picture, .01,
>         pigment{gradient x turbulence .5 octaves 1},
>         90, 210, 330)}
>       #break


I had also tried this:

      #declare ImageMapScale=<4/3,1,1> * 2; // use < 2 for repeats
      pigment {CustomHalftone(Picture, ImageMapScale,
        pigment{image_map {jpeg "masking.jpg"}
         turbulence 0
         translate <4/3,1,0>/ImageMapScale},
        0, 0, 0)}

/* Using the same image for this as the base image and slight (0.01)
turbulence (when scale has *2) can be rather interesting */

--
text{ttf"arial","bob h",.1,0pigment{rgb 9}translate<-1,-.2,3>}


Post a reply to this message

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