POV-Ray : Newsgroups : povray.binaries.images : Another illusion : Re: Another illusion Server Time
1 Aug 2024 04:16:40 EDT (-0400)
  Re: Another illusion  
From: Thomas de Groot
Date: 28 Mar 2009 11:27:50
Message: <49ce41f6$1@news.povray.org>
This is a texture by Mike Williams That I like a lot. I keep it in my Moray 
files which explains the code format:

#declare DragonSkin =
   material  // DragonSkin
   {
      texture
      {
         pigment
         {
            crackle form <-1.0, 1.0, 0.0>
            color_map
            {
               [ 0.0     rgbft <0.0, 0.1, 0.0, 0.0, 0.0> ]
               [ 0.1     rgbft <0.3, 0.5, 0.1, 0.0, 0.0> ]
               [ 0.4     rgbft <0.3, 0.4, 0.2, 0.0, 0.0> ]
               [ 1.0     rgbft <0.5, 0.5, 0.1, 0.0, 0.0> ]
            }
            turbulence 0.2
            octaves 2
            ramp_wave
         }
         normal
         {
            crackle form <-1.0, 1.0, 0.0>
            turbulence 0.2
            octaves 2
            ramp_wave
         }
         finish
         {
            ambient 0.0
            phong 0.5
            phong_size 20.0
            specular 0.1
            roughness 0.15
            metallic 0.5
         }
         scale  0.3

         //  Texture by Mike Williams
         //  p.b.i. 04-07-2005

      }
   }


Post a reply to this message

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