POV-Ray : Newsgroups : povray.binaries.images : More Pattern Fun : Re: More Pattern Fun Server Time
1 Oct 2024 05:19:25 EDT (-0400)
  Re: More Pattern Fun  
From: Ron Parker
Date: 15 Sep 2000 12:03:29
Message: <slrn8s4ip8.2v6.ron.parker@fwi.com>
On Fri, 15 Sep 2000 17:32:40 +0200, Christoph Hormann wrote:
>
>
>Josh English wrote:
>> 
>> What do you mean form?
>> 
>> Josh
>> 
>
>megapov's "crackle form" pattern - see the megapov docu section "Crackle types".

In a similar vein, try this one:

global_settings {               
  assumed_gamma 1.0
} 

box { -5, 5
  pigment {
    crackle
    form 1.1*x  
    metric 4
    scale 2
    color_map {
      [.09 red 1]
      [.09 red 1 green .5]
      [.18 red 1 green .5]
      [.18 red 1 green 1]
      [.36 red 1 green 1]
      [.36 green .7]
      [.54 green .7]
      [.54 blue 1]
      [.72 blue 1]
      [.72 blue 1 red .5]
      [.9 blue 1 red .5]
    }
  }  
  finish {
    diffuse .4
    specular .3
    roughness .001
  }
  
  rotate 30 * y
}
  
light_source {<0,0,40> color rgb .4 shadowless}
light_source {<-80,80,-20> color rgb 1}
light_source {<80,80,-20> color rgb .2 shadowless}

plane {y,-5 pigment {color rgb 1}}

camera {direction 1.5*z location <0,10,-20> look_at 0}


-- 
Ron Parker   http://www2.fwi.com/~parkerr/traces.html
My opinions.  Mine.  Not anyone else's.


Post a reply to this message

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