home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1995 January / pcw-0195.iso / polyray / dat / animate / thresh / blbmvtx.inc < prev    next >
Encoding:
Text File  |  1994-12-31  |  2.4 KB  |  79 lines

  1. static define Grnt23a
  2. texture {
  3.    noise surface {
  4.       color white
  5.       position_fn 1
  6.       lookup_fn 1
  7.       octaves 6
  8.       turbulence 5
  9.       ambient 0.2
  10.       diffuse 0.6
  11.       specular 0.3
  12.       microfacet Reitz 5
  13.    color_map(
  14.       [0.000, 0.168, <0.824, 0.725, 0.584>, 0.600,
  15.       <0.514, 0.584, 0.533>, 0.600]
  16.       [0.168, 0.301, <0.514, 0.584, 0.533>, 0.600,
  17.       <0.298, 0.376, 0.318>, 0.600]
  18.       [0.301, 0.398, <0.298, 0.376, 0.318>, 0.600,
  19.       <0.263, 0.337, 0.282>, 0.700]
  20.       [0.398, 0.558, <0.263, 0.337, 0.282>, 0.700,
  21.       <0.431, 0.506, 0.451>, 0.600]
  22.       [0.558, 0.655, <0.431, 0.506, 0.451>, 0.600,
  23.       <0.529, 0.631, 0.471>, 0.500]
  24.       [0.655, 0.735, <0.529, 0.631, 0.471>, 0.500,
  25.       <0.333, 0.376, 0.318>, 0.700]
  26.       [0.735, 0.823, <0.333, 0.376, 0.318>, 0.700,
  27.       <0.298, 0.376, 0.318>, 0.600]
  28.       [0.823, 0.876, <0.298, 0.376, 0.318>, 0.600,
  29.       <0.416, 0.376, 0.318>, 0.500]
  30.       [0.876, 0.929, <0.416, 0.376, 0.318>, 0.500,
  31.       <0.416, 0.376, 0.318>, 0.600]
  32.       [0.929, 1.001, <0.416, 0.376, 0.318>, 0.600,
  33.       <0.824, 0.725, 0.584>, 0.700])
  34.    }
  35. }
  36.  
  37. static define Grnt25
  38. texture {
  39.    noise surface {
  40.       color white
  41.       position_fn 1
  42.       lookup_fn 1
  43.       octaves 6
  44.       turbulence 5
  45.       ambient 0.2
  46.       diffuse 0.6
  47.       specular 0.3
  48.       microfacet Reitz 5
  49.       color_map(
  50.      [0.000, 0.168, <0.824, 0.725, 0.584>, 0.000,
  51.             <0.514, 0.584, 0.533>, 0.000]
  52.      [0.168, 0.301, <0.514, 0.584, 0.533>, 0.000,
  53.             <0.298, 0.376, 0.318>, 0.000]
  54.      [0.301, 0.398, <0.298, 0.376, 0.318>, 0.000,
  55.             <0.263, 0.337, 0.282>, 0.000]
  56.      [0.398, 0.558, <0.263, 0.337, 0.282>, 0.000,
  57.             <0.431, 0.506, 0.451>, 0.000]
  58.      [0.558, 0.655, <0.431, 0.506, 0.451>, 0.000,
  59.             <0.529, 0.631, 0.471>, 0.000]
  60.      [0.655, 0.735, <0.529, 0.631, 0.471>, 0.000,
  61.             <0.333, 0.376, 0.318>, 0.000]
  62.      [0.735, 0.823, <0.333, 0.376, 0.318>, 0.000,
  63.             <0.298, 0.376, 0.318>, 0.000]
  64.      [0.823, 0.876, <0.298, 0.376, 0.318>, 0.000,
  65.             <0.416, 0.376, 0.318>, 0.000]
  66.      [0.876, 0.929, <0.416, 0.376, 0.318>, 0.000,
  67.             <0.416, 0.376, 0.318>, 0.000]
  68.      [0.929, 1.001, <0.416, 0.376, 0.318>, 0.000,
  69.             <0.824, 0.725, 0.584>, 0.000])
  70.    }
  71. }
  72.  
  73. static define Stone24
  74. texture {
  75.    layered
  76.       Grnt23a { scale <2, 1, 2> rotate <40, 0, -30> },
  77.       Grnt25 { scale <1, 1, 2> rotate <0, 0, 50> rotate <20, 0, 30> }
  78.    }
  79.