home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / include / woods.inc < prev   
Encoding:
Text File  |  2000-04-06  |  18.6 KB  |  732 lines

  1. #ifdef(Woods_Inc_Temp)
  2. // do nothing
  3. #else
  4. #declare Woods_Inc_Temp=version;
  5.  
  6. #ifdef(View_POV_Include_Stack)
  7. #   debug "including woods.inc\n"
  8. #end
  9.  
  10. #include "woodmaps.inc"
  11.  
  12. /*
  13.  
  14.               Persistence of Vision Raytracer Version 3.1
  15.                          Basic wooden textures
  16.  
  17.   Credits:
  18.   Textures T_Wood1 through T_Wood30 by Dan Farmer
  19.  
  20.   Textures T_Wood31 through T_Wood35 contributed by
  21.   Paul Novak, 75274.1613@compuserve.com
  22.  
  23.   Notes on layered textures T_Wood1 through T_Wood30:
  24.  
  25.   The pigment definitions:
  26.   ========================
  27.   Declares pigments P_Woodgrain1A through P_Woodgrain19A and
  28.   P_Woodgrain1B through P_Woodgrain19B.  The only difference between the
  29.   "A" designations and the "B" designations is in design.  The "A"'s
  30.   were designed to generally work better as underlying patterns, using
  31.   opaque color_maps,  while the "B" pigments were designed to work
  32.   better as top layers, with some degree of transparency in their
  33.   color_maps.
  34.  
  35.   The pigments with the "A" and "B" designations are combinations that
  36.   were designed to work well together, but do not neccessarily have to
  37.   be used as pairs.
  38.  
  39.   These pigment definitions do not have colormaps assigned so
  40.   that they can mix 'n matched in various combinations by the user when
  41.   designing their own colors.  In this file, the color_maps are added at
  42.   the point of defining the final textures.
  43.  
  44.  
  45.   The color_map definitions:
  46.   ==========================
  47.   These are declared in the #include file "woodmaps.inc".  They are
  48.   named M_Wood1A through M_Wood19A and M_Wood1B through M_Wood19B.
  49.  
  50.   There are two types of declarations in woodmaps.inc. The "A" color_maps
  51.   are intended as the 1st layer of multi-layer textures, but many work
  52.   well by themselves, as well.
  53.  
  54.   The "B" color_maps contain transparent colors and are intended for
  55.   use as top layers to influence the "A" maps.
  56.  
  57.  
  58.   The wood textures
  59.   =================
  60.   Here the various P_WoodGrainx textures are combined with color_maps to
  61.   create textures named T_Wood1 through T_Wood30.
  62.  
  63.  
  64.   General
  65.   =======
  66.   Wood textures are designed with the major axis of the woodgrain
  67.   "cylinder" aligned along the Z axis.  With the exception of the few
  68.   of the textures below that have a small amount of x-axis rotation
  69.   built-in, the textures below will exhibit a very straight grain
  70.   pattern unless you apply a small amount of x-axis rotation to them
  71.   (generally 2 to 4 degrees seems to work well).
  72.  
  73. */
  74.  
  75.  
  76.  
  77. #declare P_WoodGrain1A =
  78. pigment {
  79.     wood
  80.     turbulence 0.04
  81.     octaves 3
  82.     scale <0.05, .05, 1>
  83. }
  84.  
  85. #declare P_WoodGrain1B =
  86. pigment {
  87.     wood
  88.     turbulence <0.1, 0.5, 1>
  89.     octaves 5
  90.     lambda 3.25
  91.     scale <0.15, .5, 1>
  92.     rotate <5, 10, 5>
  93.     translate -x*2
  94. }
  95.  
  96. #declare P_WoodGrain2A =
  97. pigment {
  98.     wood
  99.     turbulence 0.04
  100.     octaves 3
  101.     scale <0.15, .15, 1>
  102. }
  103.  
  104. #declare P_WoodGrain2B =
  105. pigment {
  106.     wood  
  107.     turbulence <0.1, 0.35, 0.1>
  108.     octaves 5
  109.     lambda 3.25
  110.     scale <0.25, .25, 1>
  111.     rotate <5, 10, 5>
  112.     translate -x*2
  113. }
  114.  
  115. #declare P_WoodGrain3A = 
  116. pigment {
  117.     wood  
  118.     turbulence 0.04
  119.     octaves 3
  120.     scale <0.05, .05, 1>
  121.     rotate <2,2,0>
  122. }
  123.  
  124. #declare P_WoodGrain3B =
  125. pigment {
  126.     wood  
  127.     turbulence <0.1, 0.5, 1> 
  128.     octaves 5
  129.     lambda 3.25
  130.     scale <0.15, .5, 1>
  131.     rotate <5, 10, 5>
  132.     translate -x*2
  133. }
  134.  
  135. #declare P_WoodGrain4A = 
  136. pigment {
  137.     wood
  138.     turbulence 0.04
  139.     octaves 4
  140.     omega 1.25
  141.     scale <0.15, .15, 1>
  142. }
  143.  
  144. #declare P_WoodGrain4B =
  145. pigment {
  146.     bozo
  147.     turbulence <0.03, 0.03, 0.1>
  148.     octaves 5
  149.     lambda 3.25
  150.     scale <0.025, .025, 1.0>
  151. }
  152. #declare P_WoodGrain5A =
  153. pigment {
  154.     wood  
  155.     turbulence <0.04, 0.04, 0.1>
  156.     octaves 4
  157.     omega 1.25
  158.     scale <0.15, .15, 1>
  159. }
  160.  
  161. #declare P_WoodGrain5B =
  162. pigment {
  163.     wood  
  164.     turbulence <0.025, 0.025, 0.1>
  165.     octaves 4
  166.     omega 1.3
  167.     scale <0.30, .20, 1>
  168.     translate <0.1, 0.1, 0.20>
  169. }
  170.  
  171.  
  172. #declare P_WoodGrain6A =
  173. pigment {
  174.     wood 
  175.     turbulence <0.05, 0.08, 1>
  176.     octaves 4
  177.     scale <0.15, .15, 1>
  178.     translate -x*100
  179. }
  180.  
  181. #declare P_WoodGrain6B =
  182. pigment {
  183.     wood  
  184.     turbulence <0.05, 0.05, 0>
  185.     octaves 4
  186.     omega 0.95
  187.     scale <0.20, 0.20, 1>             
  188.     rotate x*20
  189. }
  190.  
  191.  
  192. #declare P_WoodGrain7A =
  193. pigment {
  194.     wood
  195.     turbulence <0.05, 0.08, 1000>
  196.     octaves 4
  197.     scale <0.15, .15, 1>
  198. }
  199.  
  200. #declare P_WoodGrain7B =
  201. pigment {
  202.     bozo
  203.     scale <0.01, 0.01, 100000>
  204. }
  205.  
  206.  
  207. #declare P_WoodGrain8A =
  208. pigment {
  209.     wood
  210.     turbulence 0.04
  211.     octaves 3
  212.     scale <0.05, .05, 1>
  213. }
  214.  
  215. #declare P_WoodGrain8B =
  216. pigment {
  217.     wood
  218.     turbulence <0.04, 0.04, 1>
  219.     octaves 4
  220.     scale <0.05, 0.05, 1> * 0.66
  221. }
  222.  
  223.  
  224. #declare P_WoodGrain9A =
  225. pigment {
  226.     wood  
  227.     turbulence 0.1
  228.     octaves 4
  229.     lambda 3
  230.     scale 0.2
  231.     rotate <0.125, 0.125, 0>
  232. }
  233.  
  234. #declare P_WoodGrain9B =
  235. pigment {
  236.     wood
  237.     turbulence 0.1          
  238.     octaves 4
  239.     lambda 3.5
  240.     scale 0.2
  241.     rotate <0.125, 0.125, 0>
  242.     translate <0.015, 0.015, 0.015>
  243. }
  244.  
  245.  
  246. #declare P_WoodGrain10A =
  247. pigment {
  248.     wood  
  249.     turbulence 0.02
  250.     octaves 4
  251.     lambda 3
  252.     scale 0.175
  253.     rotate <2, 2, 0>
  254. }
  255.  
  256.  
  257. #declare P_WoodGrain10B =
  258. pigment {
  259.     wood
  260.     turbulence 0.02
  261.     octaves 4
  262.     lambda 2.8
  263.     scale 0.2
  264.     rotate <2, 2, 0>
  265.     translate <0.0175, 0.0175, 0.0175>
  266. }
  267.  
  268.  
  269. #declare P_WoodGrain11A =
  270. pigment {
  271.     wood
  272.     turbulence 0.02
  273.     scale 0.1
  274.     translate <10, 0, 0>
  275. }
  276.  
  277. #declare P_WoodGrain11B =
  278. pigment {
  279.     wood
  280.     turbulence 0.01
  281.     scale 0.5
  282.     translate <10, 0, 0>
  283. }
  284.  
  285.  
  286. #declare P_WoodGrain12A =
  287. pigment {
  288.     bozo
  289.     turbulence 0.04
  290.     lambda 2.5
  291.     omega 0.1
  292.     octaves 7
  293.     scale <0.5, 0.05, 0.05>
  294. }
  295.  
  296. #declare P_WoodGrain12B =
  297. pigment {
  298.     wood
  299.     turbulence <0.1, 0.04, 1>
  300.     scale <0.15, 0.5, 1>
  301. //    translate <10, 0, 0>
  302.     rotate x*2
  303. }
  304.  
  305.  
  306. #declare P_WoodGrain13A =
  307. pigment {
  308.     wood
  309.     turbulence 0.02
  310.     scale 0.1
  311.     translate <10, 0, 0>
  312. }
  313.  
  314. #declare P_WoodGrain13B =
  315. pigment {
  316.     wood
  317.     turbulence 0.01
  318.     scale 0.05 
  319. //    translate <10, 0, 0>
  320. }
  321.  
  322.  
  323. #declare P_WoodGrain14A =
  324. pigment {
  325.     wood
  326.     colour_map { M_Wood14A }
  327.     turbulence 0.065
  328.     octaves 2
  329.     scale <0.15, .15, 1>
  330.     translate < -1 0 0 >
  331.     rotate <-3, -3, 0>
  332. }
  333.  
  334. #declare P_WoodGrain14B=
  335. pigment {
  336.     wood
  337.     colour_map { M_Wood14B }
  338.     turbulence <0, 0.1, 0>
  339.     lambda 2.75
  340.     omega 1.15
  341.     octaves 4
  342.     scale <5, 0.075, 1>
  343.     rotate x*90
  344. }
  345.  
  346.  
  347. #declare P_WoodGrain15A =
  348. pigment {
  349.     bozo
  350.     colour_map { M_Wood15A }
  351.     turbulence 0.04
  352.     scale <0.05 0.05 1>
  353. }
  354.  
  355.  
  356. #declare P_WoodGrain15B =
  357. pigment {
  358.     wood
  359.     colour_map { M_Wood15B }
  360.     scale <0.20 0.20 1>
  361.     turbulence 0.04
  362.     rotate <-2, 2, 0>
  363. }
  364.  
  365.  
  366. #declare P_WoodGrain16A =
  367. pigment {
  368.     bozo
  369.     colour_map { M_Wood16A }
  370.     turbulence 0.04
  371.     scale <0.02 0.02 1>
  372. }
  373.  
  374.  
  375. #declare P_WoodGrain16B =
  376. pigment {
  377.     wood
  378.     colour_map { M_Wood16B }
  379.     scale <0.075 0.075 1>
  380.     turbulence 0.035
  381.     rotate <-2, 2, 0>
  382. }
  383.  
  384.  
  385. #declare P_WoodGrain17A = 
  386. pigment {
  387.     wood
  388.     colour_map { M_Wood17A }
  389.     turbulence 0.04
  390.     omega 0.4
  391.     scale <0.1 0.1 1>
  392.     rotate -x*4
  393. }
  394.  
  395. #declare P_WoodGrain17B =
  396. pigment {
  397.     wood
  398.     colour_map { M_Wood17B }
  399.     turbulence 0.05
  400.     omega 0.65
  401.     scale <0.2 0.2 1>
  402.     rotate -x*2
  403. }
  404.  
  405. #declare P_WoodGrain18A =
  406. pigment {
  407.     wood
  408.     colour_map { M_Wood18A }
  409.     turbulence 0.02
  410.     octaves 4
  411.     lambda 4
  412. //    scale 0.3
  413.     scale 0.1
  414.     rotate <2, 0, 0>
  415. }
  416.  
  417.  
  418. #declare P_WoodGrain18B =
  419. pigment {
  420.     wood
  421.     colour_map { M_Wood18B }
  422.     turbulence 0.02
  423.     octaves 6
  424.     lambda 2.8
  425.     omega 0.6
  426. //    scale 0.1
  427.     scale 0.05
  428.     rotate <2, 0, 0>
  429. }
  430.  
  431. #declare P_WoodGrain19A =
  432. pigment {
  433.     wood
  434.     scale <0.075, 0.075, 1>
  435.     turbulence 0.065
  436.     omega 0.45
  437.     lambda 2.3
  438.     color_map { M_Wood19A }
  439.     rotate x*4
  440. }
  441. #declare P_WoodGrain19B =
  442. pigment {
  443.     bozo
  444.     color_map { M_Wood19B }
  445.     scale <0.013, 0.013, 0.75>
  446. }
  447.  
  448.  
  449.  
  450. // Natural oak (light)
  451. #declare T_Wood1 =
  452.     texture { pigment { P_WoodGrain1A  color_map { M_Wood1A }}}
  453.     texture { pigment { P_WoodGrain1B  color_map { M_Wood1B }}}
  454.  
  455. // Dark brown
  456. #declare T_Wood2   =
  457.     texture { pigment { P_WoodGrain2A  color_map { M_Wood2A }}}
  458.     texture { pigment { P_WoodGrain2B  color_map { M_Wood2B }}}
  459.  
  460. // Bleached oak (white)
  461. #declare T_Wood3   =         
  462.     texture { pigment { P_WoodGrain3A  color_map { M_Wood3A }}} 
  463.     texture { pigment { P_WoodGrain3B  color_map { M_Wood3B }}}
  464.  
  465. // Mahogany (purplish-red)
  466. #declare T_Wood4   =
  467.     texture { pigment { P_WoodGrain4A  color_map { M_Wood4A }}}
  468.     texture { pigment { P_WoodGrain4B  color_map { M_Wood4B }}}
  469.  
  470. // Dark yellow with reddish overgrain
  471. #declare T_Wood5   =         
  472.     texture { pigment { P_WoodGrain5A  color_map { M_Wood5A }}} 
  473.     texture { pigment { P_WoodGrain5B  color_map { M_Wood5B }}}
  474.  
  475. // Cocabola (red)
  476. #declare T_Wood6   =         
  477.     texture { pigment { P_WoodGrain6A  color_map { M_Wood6A }}}
  478.     texture { pigment { P_WoodGrain6B  color_map { M_Wood6B }}}
  479.  
  480. // Yellow pine (ragged grain)
  481. #declare T_Wood7   =         
  482.     texture { pigment { P_WoodGrain7A  color_map { M_Wood7A }}} 
  483.     texture { pigment { P_WoodGrain7B  color_map { M_Wood7B }}}
  484.  
  485. // Dark brown. Walnut?    
  486. #declare T_Wood8   =
  487.     texture { pigment { P_WoodGrain8A  color_map { M_Wood8A }}} 
  488.     texture { pigment { P_WoodGrain8B  color_map { M_Wood8B }}}
  489.  
  490. // Yellowish-brown burl (heavily turbulated)
  491. #declare T_Wood9   =         
  492.     texture { pigment { P_WoodGrain9A  color_map { M_Wood9A }}}
  493.     texture { pigment { P_WoodGrain9B  color_map { M_Wood9B }}}
  494.  
  495. // Soft pine (light yellow, smooth grain)
  496. #declare T_Wood10 = 
  497.     texture {  pigment{ P_WoodGrain10A color_map { M_Wood10A }}} 
  498.     texture {  pigment{ P_WoodGrain10B color_map { M_Wood10B }}}
  499.  
  500. // Spruce (yellowish, very straight, fine grain)
  501. #declare T_Wood11 = 
  502.     texture {  pigment{ P_WoodGrain11A color_map { M_Wood11A }}} 
  503.     texture {  pigment{ P_WoodGrain11B color_map { M_Wood11B }}}
  504.  
  505. // Another very dark brown.  Walnut-stained pine, perhaps?
  506. #declare T_Wood12 = 
  507.     texture {  pigment{ P_WoodGrain12A color_map { M_Wood12A }}} 
  508.     texture {  pigment{ P_WoodGrain12B color_map { M_Wood12B }}}
  509.  
  510. // Very straight grained, whitish
  511. #declare T_Wood13 = 
  512.     texture {  pigment{ P_WoodGrain13A color_map { M_Wood13A }}}
  513.     texture {  pigment{ P_WoodGrain13B color_map { M_Wood13B }}}
  514.  
  515. // Red, rough grain
  516. #declare T_Wood14 = 
  517.     texture {  pigment{ P_WoodGrain14A color_map { M_Wood14A }}} 
  518.     texture {  pigment{ P_WoodGrain14B color_map { M_Wood14B }}}
  519.  
  520. // Medium brown
  521. #declare T_Wood15 =
  522.     texture {  pigment{ P_WoodGrain15A color_map { M_Wood15A }}} 
  523.     texture {  pigment{ P_WoodGrain15B color_map { M_Wood15B }}}
  524.  
  525. // Medium brown
  526. #declare T_Wood16 = 
  527.     texture {  pigment{ P_WoodGrain16A color_map { M_Wood16A }}} 
  528.     texture {  pigment{ P_WoodGrain16B color_map { M_Wood16B }}}
  529.  
  530. // Medium brown
  531. #declare T_Wood17 = 
  532.     texture {  pigment{ P_WoodGrain17A color_map { M_Wood17A }}} 
  533.     texture {  pigment{ P_WoodGrain17B color_map { M_Wood17B }}}
  534.  
  535. // Orange
  536. #declare T_Wood18 =
  537.     texture {  pigment{ P_WoodGrain18A color_map { M_Wood18A }}}
  538.     texture {  pigment{ P_WoodGrain18B color_map { M_Wood18B }}}
  539.  
  540. // Golden Oak.
  541. //  M_Woods 1,3,7,8,10,14,15,17,18,19 work well, also.
  542. #declare T_Wood19 =
  543.     texture {  pigment{ P_WoodGrain19A color_map { M_Wood19A }}}
  544.     texture {  pigment{ P_WoodGrain19B color_map { M_Wood19B }}}
  545.  
  546. #declare T_Wood20 =
  547.     texture {  pigment{ P_WoodGrain19A color_map { M_Wood19A }}}
  548.     texture {  pigment{ P_WoodGrain19B color_map { M_Wood19B }}}
  549.  
  550. #declare T_Wood21 =
  551.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood11A }}}
  552.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood11B }}}
  553.  
  554. #declare T_Wood22 =
  555.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood12A }}}
  556.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood12B }}}
  557.  
  558. #declare T_Wood23 =
  559.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood13A }}}
  560.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood13B }}}
  561.  
  562. #declare T_Wood24 =
  563.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood14A }}}
  564.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood14B }}}
  565.  
  566. #declare T_Wood25 =
  567.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood15A }}}
  568.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood15B }}}
  569.  
  570. #declare T_Wood26 =
  571.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood16A }}}
  572.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood16B }}}
  573.  
  574. #declare T_Wood27 =
  575.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood17A }}}
  576.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood17B }}}
  577.  
  578. #declare T_Wood28 =
  579.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood18A }}}
  580.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood18B }}}
  581.  
  582. #declare T_Wood29 =
  583.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood19A }}}
  584.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood19B }}}
  585.  
  586. #declare T_Wood30 =
  587.     texture {  pigment{ P_WoodGrain1A color_map { M_Wood1A }}}
  588.     texture {  pigment{ P_WoodGrain1B color_map { M_Wood1B }}}
  589.  
  590. // A light tan wood - heavily grained (variable coloration)
  591. #declare T_Wood31=
  592. texture {
  593.     pigment {
  594.         wood
  595.         turbulence 0.045
  596.         scale 0.125
  597.         color_map {
  598.           [0.10 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  599.           [0.16 color rgbf <0.71863, 0.69412, 0.46275, 0.00>]
  600.           [0.20 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  601.           [0.25 color rgbf <0.76863, 0.69412, 0.46275, 0.00>]
  602.           [0.32 color rgbf <0.44020, 0.22353, 0.00000, 0.00>]
  603.           [0.37 color rgbf <0.74863, 0.69412, 0.46275, 0.00>]
  604.           [0.40 color rgbf <0.49020, 0.20353, 0.00000, 0.00>]
  605.           [0.45 color rgbf <0.76863, 0.66412, 0.48275, 0.00>]
  606.           [0.51 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  607.           [0.55 color rgbf <0.76863, 0.67059, 0.37255, 0.00>]
  608.           [0.61 color rgbf <0.49020, 0.25353, 0.00000, 0.00>]
  609.           [0.65 color rgbf <0.76863, 0.67059, 0.37255, 0.00>]
  610.           [0.70 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  611.           [0.75 color rgbf <0.76863, 0.63059, 0.37255, 0.00>]
  612.           [0.82 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  613.           [0.88 color rgbf <0.77863, 0.67059, 0.37255, 0.00>]
  614.           [0.91 color rgbf <0.49020, 0.22353, 0.00000, 0.00>]
  615.           [0.95 color rgbf <0.79863, 0.67059, 0.39550, 0.00>]
  616.           [1.00 color rgbf <0.48020, 0.22353, 0.00000, 0.00>]
  617.         }
  618.     }
  619. }
  620.  
  621.  
  622.  
  623. //A rich dark reddish wood, like rosewood, with smooth-flowing grain
  624. #declare T_Wood32=
  625. texture {
  626.     pigment {
  627.         wood turbulence 0.04
  628.         scale 0.15
  629.         color_map {
  630.             [0.15 color rgbf <0.38039, 0.14902, 0.0, 0.0>]
  631.             [0.25 color rgbf <0.23539, 0.00000, 0.0, 0.0>]
  632.             [0.35 color rgbf <0.38139, 0.14912, 0.0, 0.0>]
  633.             [0.45 color rgbf <0.23549, 0.00000, 0.0, 0.0>]
  634.             [0.55 color rgbf <0.38139, 0.14902, 0.0, 0.0>]
  635.             [0.65 color rgbf <0.23559, 0.00000, 0.0, 0.0>]
  636.             [0.75 color rgbf <0.38139, 0.14922, 0.0, 0.0>]
  637.             [0.85 color rgbf <0.23549, 0.00000, 0.0, 0.0>]
  638.             [0.95 color rgbf <0.38039, 0.14902, 0.0, 0.0>]
  639.             [0.90 color rgbf <0.23539, 0.00000, 0.0, 0.0>]
  640.             [1.00 color rgbf <0.38039, 0.14932, 0.0, 0.0>]
  641.         }
  642.     }
  643. }
  644.  
  645. // Similar to T_WoodB, but brighter
  646. #declare T_Wood33=
  647. texture {
  648.     pigment {
  649.         wood turbulence 0.0425
  650.         scale 0.2
  651.         color_map {
  652.             [0.05 color rgbf <0.55294, 0.21176, 0.00000, 0.0>]
  653.             [0.15 color rgbf <0.32549, 0.13725, 0.00000, 0.0>]
  654.             [0.25 color rgbf <0.55294, 0.21176, 0.00000, 0.0>]
  655.             [0.35 color rgbf <0.32549, 0.11765, 0.00000, 0.0>]
  656.             [0.48 color rgbf <0.55294, 0.21176, 0.00000, 0.0>]
  657.             [0.55 color rgbf <0.29412, 0.13725, 0.01176, 0.0>]
  658.             [0.65 color rgbf <0.55294, 0.21176, 0.00000, 0.0>]
  659.             [0.78 color rgbf <0.32549, 0.13725, 0.00000, 0.0>]
  660.             [0.85 color rgbf <0.55294, 0.21176, 0.00000, 0.0>]
  661.             [0.96 color rgbf <0.28627, 0.13725, 0.00000, 0.0>]
  662.             [1.00 color rgbf <0.54510, 0.17647, 0.03529, 0.0>]
  663.         }
  664.         translate <.015, 0, 0>
  665.     }
  666. }
  667.  
  668. // Reddish-orange, large, smooth grain.
  669. #declare T_Wood34 =
  670. texture { T_Wood32 }                  // opaque under-layer
  671. texture  {
  672.     pigment {
  673.         onion
  674.         turbulence 0.2125
  675.         colour_map {
  676.             [0.225 colour rgbf <1.000000, 0.53333, 0.11767, 0.4875>]
  677.             [0.350 colour rgbf <0.662750, 0.28617, 0.00001, 0.7250>]
  678.             [0.500 colour rgbf <1.000100, 0.53333, 0.11765, 0.5745>]
  679.             [0.625 colour rgbf <0.662775, 0.28627, 0.00005, 0.6875>]
  680.             [0.750 colour rgbf <1.000200, 0.53333, 0.11755, 0.5275>]
  681.             [0.875 colour rgbf <0.662755, 0.28629, 0.00001, 0.3795>]
  682.             [1.000 colour rgbf <1.000000, 0.53333, 0.11665, 0.6165>]
  683.         }
  684.         scale <0.225, 0.20, 1.15>
  685.     }
  686. }
  687.  
  688.  
  689. // Orangish, with a grain more like a veneer than a plank
  690. #declare T_Wood35=
  691. texture {
  692.     pigment {
  693.         wood
  694.         turbulence 0.03725
  695.         omega 0.65725
  696.         lambda 2.425
  697.         color_map {
  698.             [0.250 color rgbf <1.00000, 0.53373, 0.11665, 0.000>]
  699.             [0.350 color rgbf <0.66275, 0.28607, 0.00000, 0.000>]
  700.             [0.525 color rgbf <1.00000, 0.53363, 0.11715, 0.000>]
  701.             [0.600 color rgbf <0.66475, 0.28647, 0.00000, 0.000>]
  702.             [0.750 color rgbf <1.00000, 0.53353, 0.11565, 0.000>]
  703.             [0.850 color rgbf <0.66275, 0.28667, 0.00000, 0.000>]
  704.             [1.000 color rgbf <1.00000, 0.53143, 0.11795, 0.000>]
  705.         }
  706.         scale <0.25, 0.225, 1.0>
  707.     }
  708. }
  709. texture {
  710.     pigment {
  711.         wood
  712.         scale 1.01275
  713.         turbulence 0.0435
  714.         omega 0.65
  715.         lambda 3.15
  716.         color_map {
  717.             [0.200 color rgbf <0.56695, 0.17347, 0.00000, 0.8250>]
  718.             [0.350 color rgbf <0.96471, 0.54510, 0.22753, 0.7710>]
  719.             [0.400 color rgbf <0.56341, 0.17547, 0.00000, 0.9150>]
  720.             [0.615 color rgbf <0.96472, 0.54510, 0.22553, 0.7590>]
  721.             [0.700 color rgbf <0.56671, 0.17687, 0.00000, 0.7920>]
  722.             [0.850 color rgbf <0.96485, 0.54510, 0.22453, 0.8975>]
  723.             [1.000 color rgbf <0.56478, 0.17247, 0.00000, 0.9750>]
  724.         }
  725.         scale <0.225, 0.2725, 1.0>
  726.         translate <-0.35, 0.095, 1.25>
  727.     }
  728. }
  729.  
  730. #version Woods_Inc_Temp;
  731. #end
  732.