Beschreibungen und Beispiele zum Raytracer POV-Ray von Friedrich A. Lohmüller
Gestaltung von Oberflächen mit POV-Ray -
English English English
Italiano Italiano
Français français

Home
- POV-Ray Tutorial

  Oberflächengestaltung
  - Farben und Texturen
    Inhalt

    texture Syntax
    Vorgefertigtes
    Farben Do-it-Yourself
    Muster
    - patterns -Arten
      Reguläre Muster
    - checker, hexagon
    - brick
      Streifenmuster
    - color_map{...}
   Muster Listen
    - Reguläre Muster
    - Random Muster
   > Fractal Muster
    - Besondere Muster
    Warps
    - warp mapping
    Mapping
    Überlagerungen

    Eigene Texturen
    Insert Menu Zusatz
    & Download
 
                                       

Patterns für pigment und normal

Fractal Patterns

Name

Sample

mandel

pigment{ mandel 50 exponent 2 //2...33
         scale 0.60 translate<0.15,0,0>
         color_map{[0.00 color rgb <0.5,0,0.25>]
                   [0.08 color rgb <0.8,0,0.10>]
                   [0.20 color rgb <1,0.4,0>]
                   [0.30 color rgb <1,0.7,0>]
                   [1.0 color rgb <1,1,1>]}
        } // end of pigment
pigment{ color rgb <1,1,1>}
normal { mandel 1.25 scale 0.10
       } // end of normal

julia

pigment{ julia <0.360, 0.250>, 20
         interior 1, 1  scale 0.60
         color_map{[0.0 color rgb <0,0,0>]
                   [0.2 color rgb <1,0,0>]
                   [0.4 color rgb <1,1,0>]
                   [1.0 color rgb <1,1,1>]
                   [1.0 color rgb <0,0,0>]}
        } // end of pigment

magnet

pigment{ magnet 1 // magnet type 1 or 2
         mandel 20  interior 1, 1
         scale 0.25 rotate<0,30,0>
         color_map{[0.0 color rgb <0,0,0>]
                   [0.2 color rgb <1,0,0>]
                   [0.4 color rgb <1,1,0>]
                   [1.0 color rgb <1,1,1>]
                   [1.0 color rgb <0,0,0>]}
        } // end of pigment
pigment{ magnet 2 // magnet type 1 or 2
         mandel 20  interior 1, 1
         scale  0.36 rotate<0,40,0>
         color_map{[0.0 color rgb <0,0.5,0>]
                   [0.2 color rgb <0,0,1>]
                   [0.4 color rgb <1,0.5,0>]
                   [1.0 color rgb <1,1,1>]
                   [1.0 color rgb <0,0,0>]}
        } // end of pigment
pigment{ magnet 1 // magnet type 1 or 2
         julia <0.360, 0.250>, 20  interior 1, 1
         scale 0.26 rotate<0,40,0>
         color_map{[0.0 color rgb <1,0.5,0>]
                   [0.1 color rgb <1,0,0.5>]
                   [0.4 color rgb <1,1,0>]
                   [1.0 color rgb <1,1,1>]
                   [1.0 color rgb <0,0,0>]}
        } // end of pigment
top

© Friedrich A. Lohmüller, 2006
email email: Friedrich.Lohmueller_at_t-online.de
homepage:http://www.f-lohmueller.de