| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 
 | 
<!--  This file copyright Persistence of Vision Raytracer Pty. Ltd. 2003-2004  -->
<html> 
<head>
  
<!--  NOTE: In order to users to help find information about POV-Ray using  -->
 
<!--  web search engines, we ask you to *not* let them index documentation  -->
 
<!--  mirrors because effectively, when searching, users will get hundreds  -->
 
<!--  of results containing the same information! For this reason, the two  -->
 
<!--  meta tags below disable archiving and indexing of this page by all  -->
 
<!--  search engines that support these meta tags.  -->
 
 <meta content="noarchive" name="robots">
   
 <meta content="noindex" name="robots">
   
 <meta content="no-cache" http-equiv="Pragma">
   
 <meta content="0" http-equiv="expires">
   
<title>3.7.19 woodmaps.inc, woods.inc</title>
 <link href="povray35.css" rel="stylesheet" type="text/css"> 
</head>
 <body> 
<table class="NavBar" width="100%">
  
 <tr>
   
  <td align="left" nowrap="" valign="middle" width="32">
    <a href="s_149.html"><img alt="previous" border="0" src="prev.png"></a> 
   
  </td>
   
  <td align="left" valign="middle" width="30%">
    <a href="s_149.html">3.7.18 transforms.inc</a> 
  </td>
   
  <td align="center" valign="middle">
    <strong class="NavBar">POV-Ray 3.6 for UNIX documentation</strong><br> <strong>3.7.19 
   woodmaps.inc, woods.inc</strong> 
  </td>
   
  <td align="right" valign="middle" width="30%">
    <a href="s_151.html">3.7.20 Other files</a> 
  </td>
   
  <td align="right" nowrap="" valign="middle" width="32">
    <a href="s_151.html"><img alt="next" border="0" src="next.png"></a> 
   
  </td>
   
 </tr>
  
</table>
 
<h3><a name="s03_07_19">3.7.19 </a>woodmaps.inc, woods.inc</h3>
<p>
  The file woodmaps.inc contains color_maps designed for use in wood textures. The M_WoodXA maps are intended to be 
 used in the first layer of a multilayer texture, but can be used in single-layer textures. The M_WoodXB maps contain 
 transparent areas, and are intended to be used in upper texture layers. 
</p>
<p>
  The file woods.inc contains predefined wood textures and pigments. 
</p>
<p>
  The pigments are prefixed with P_, and do not have color_maps, allowing you to specify a color map from 
 woodmaps.inc or create your own. There are two groups, "A" and "B": the A series is designed to 
 work better on the bottom texture layer, and the B series is designed for the upper layers, with semitransparent color 
 maps. The pigments with the same number were designed to work well together, but you do not necessarily have to use 
 them that way. 
</p>
<p>
  The textures are prefixed with T_, and are ready to use. They are designed with the major axis of the woodgrain 
 "cylinder" aligned along the Z axis. With the exception of the few of the textures which have a small amount 
 of rotation built-in, the textures will exhibit a very straight grain pattern unless you apply a small amount of 
 x-axis rotation to them (generally 2 to 4 degrees seems to work well). 
</p>
<h4><a name="s03_07_19_01">3.7.19.1 </a>woodmaps.inc</h4>
<p>
  Color maps: 
</p>
<dl>
 
 <dt>
   <code>M_Wood1A, ..., M_Wood19A</code> 
 <dt>
   <code>M_Wood1B, ..., M_Wood19B</code> 
</dl>
<h4><a name="s03_07_19_02">3.7.19.2 </a>woods.inc</h4>
<p>
  Pigments: 
</p>
<dl>
 
 <dt>
   <code>P_WoodGrain1A, ..., P_WoodGrainA</code> 
 <dt>
   <code>P_WoodGrain1B, ..., P_WoodGrainB</code> 
</dl>
<p>
  Textures: 
</p>
<dl>
 
 <dt>
   <code>T_Wood1</code> 
 <dd>
   Natural oak (light) 
 <dt>
   <code>T_Wood2</code> 
 <dd>
   Dark brown 
 <dt>
   <code>T_Wood3</code> 
 <dd>
   Bleached oak (white) 
 <dt>
   <code>T_Wood4</code> 
 <dd>
   Mahogany (purplish-red) 
 <dt>
   <code>T_Wood5</code> 
 <dd>
   Dark yellow with reddish overgrain 
 <dt>
   <code>T_Wood6</code> 
 <dd>
   Cocabola (red) 
 <dt>
   <code>T_Wood7</code> 
 <dd>
   Yellow pine (ragged grain) 
 <dt>
   <code>T_Wood8</code> 
 <dd>
   Dark brown. Walnut? 
 <dt>
   <code>T_Wood9</code> 
 <dd>
   Yellowish-brown burl (heavily turbulated) 
 <dt>
   <code>T_Wood10</code> 
 <dd>
   Soft pine (light yellow, smooth grain) 
 <dt>
   <code>T_Wood11</code> 
 <dd>
   Spruce (yellowish, very straight, fine grain) 
 <dt>
   <code>T_Wood12</code> 
 <dd>
   Another very dark brown. Walnut-stained pine, perhaps? 
 <dt>
   <code>T_Wood13</code> 
 <dd>
   Very straight grained, whitish 
 <dt>
   <code>T_Wood14</code> 
 <dd>
   Red, rough grain 
 <dt>
   <code>T_Wood15</code> 
 <dd>
   Medium brown 
 <dt>
   <code>T_Wood16</code> 
 <dd>
   Medium brown 
 <dt>
   <code>T_Wood17</code> 
 <dd>
   Medium brown 
 <dt>
   <code>T_Wood18</code> 
 <dd>
   Orange 
 <dt>
   <code>T_Wood19, ..., T_Wood30</code> 
 <dd>
   Golden Oak. 
 <dt>
   <code>T_Wood31</code> 
 <dd>
   A light tan wood - heavily grained (variable coloration) 
 <dt>
   <code>T_Wood32</code> 
 <dd>
   A rich dark reddish wood, like rosewood, with smooth-flowing grain 
 <dt>
   <code>T_Wood33</code> 
 <dd>
   Similar to T_WoodB, but brighter 
 <dt>
   <code>T_Wood34</code> 
 <dd>
   Reddish-orange, large, smooth grain. 
 <dt>
   <code>T_Wood35</code> 
 <dd>
   Orangish, with a grain more like a veneer than a plank 
</dl>
 <br> 
<table class="NavBar" width="100%">
  
 <tr>
   
  <td align="left" nowrap="" valign="middle" width="32">
    <a href="s_149.html"><img alt="previous" border="0" src="prev.png"></a> 
   
  </td>
   
  <td align="left" valign="middle" width="30%">
    <a href="s_149.html">3.7.18 transforms.inc</a> 
  </td>
   
  <td align="center" valign="middle">
    <strong>3.7.19 woodmaps.inc, woods.inc</strong> 
  </td>
   
  <td align="right" valign="middle" width="30%">
    <a href="s_151.html">3.7.20 Other files</a> 
  </td>
   
  <td align="right" nowrap="" valign="middle" width="32">
    <a href="s_151.html"><img alt="next" border="0" src="next.png"></a> 
   
  </td>
   
 </tr>
  
</table>
 </body> </html>
 |