| 1 |
#include "shapes.inc" |
|---|
| 2 |
#include "colors.inc" |
|---|
| 3 |
#include "textures.inc" |
|---|
| 4 |
#include "woods.inc" |
|---|
| 5 |
#include "stones.inc" |
|---|
| 6 |
camera { |
|---|
| 7 |
location <0.5, 12.0, -12> |
|---|
| 8 |
up <0.0, 1.0, 0.0> |
|---|
| 9 |
right <4/3, 0.0, 0.0> |
|---|
| 10 |
look_at <.0, .0, .0> |
|---|
| 11 |
} |
|---|
| 12 |
light_source { <5, 15, 0> color White } |
|---|
| 13 |
plane { y, -1 texture{ pigment{ White } finish{ Shiny } } } |
|---|
| 14 |
box { |
|---|
| 15 |
< -7.500000, -1.000000, -7.500000 >, |
|---|
| 16 |
< 7.500000, -0.001000, 7.500000 > |
|---|
| 17 |
texture { |
|---|
| 18 |
T_Wood10 |
|---|
| 19 |
scale 2 |
|---|
| 20 |
} |
|---|
| 21 |
} |
|---|
| 22 |
box { |
|---|
| 23 |
<-6.775000, -0.000900, -6.750000>, |
|---|
| 24 |
<-6.725000, -0.000800, 6.750000> |
|---|
| 25 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 26 |
} |
|---|
| 27 |
box { |
|---|
| 28 |
<-6.750000, -0.000700, -6.775000>, |
|---|
| 29 |
<6.750000, -0.000600, -6.725000> |
|---|
| 30 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 31 |
} |
|---|
| 32 |
box { |
|---|
| 33 |
<-6.025000, -0.000900, -6.750000>, |
|---|
| 34 |
<-5.975000, -0.000800, 6.750000> |
|---|
| 35 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 36 |
} |
|---|
| 37 |
box { |
|---|
| 38 |
<-6.750000, -0.000700, -6.025000>, |
|---|
| 39 |
<6.750000, -0.000600, -5.975000> |
|---|
| 40 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 41 |
} |
|---|
| 42 |
box { |
|---|
| 43 |
<-5.275000, -0.000900, -6.750000>, |
|---|
| 44 |
<-5.225000, -0.000800, 6.750000> |
|---|
| 45 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 46 |
} |
|---|
| 47 |
box { |
|---|
| 48 |
<-6.750000, -0.000700, -5.275000>, |
|---|
| 49 |
<6.750000, -0.000600, -5.225000> |
|---|
| 50 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 51 |
} |
|---|
| 52 |
box { |
|---|
| 53 |
<-4.525000, -0.000900, -6.750000>, |
|---|
| 54 |
<-4.475000, -0.000800, 6.750000> |
|---|
| 55 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 56 |
} |
|---|
| 57 |
box { |
|---|
| 58 |
<-6.750000, -0.000700, -4.525000>, |
|---|
| 59 |
<6.750000, -0.000600, -4.475000> |
|---|
| 60 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 61 |
} |
|---|
| 62 |
box { |
|---|
| 63 |
<-3.775000, -0.000900, -6.750000>, |
|---|
| 64 |
<-3.725000, -0.000800, 6.750000> |
|---|
| 65 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 66 |
} |
|---|
| 67 |
box { |
|---|
| 68 |
<-6.750000, -0.000700, -3.775000>, |
|---|
| 69 |
<6.750000, -0.000600, -3.725000> |
|---|
| 70 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 71 |
} |
|---|
| 72 |
box { |
|---|
| 73 |
<-3.025000, -0.000900, -6.750000>, |
|---|
| 74 |
<-2.975000, -0.000800, 6.750000> |
|---|
| 75 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 76 |
} |
|---|
| 77 |
box { |
|---|
| 78 |
<-6.750000, -0.000700, -3.025000>, |
|---|
| 79 |
<6.750000, -0.000600, -2.975000> |
|---|
| 80 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 81 |
} |
|---|
| 82 |
box { |
|---|
| 83 |
<-2.275000, -0.000900, -6.750000>, |
|---|
| 84 |
<-2.225000, -0.000800, 6.750000> |
|---|
| 85 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 86 |
} |
|---|
| 87 |
box { |
|---|
| 88 |
<-6.750000, -0.000700, -2.275000>, |
|---|
| 89 |
<6.750000, -0.000600, -2.225000> |
|---|
| 90 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 91 |
} |
|---|
| 92 |
box { |
|---|
| 93 |
<-1.525000, -0.000900, -6.750000>, |
|---|
| 94 |
<-1.475000, -0.000800, 6.750000> |
|---|
| 95 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 96 |
} |
|---|
| 97 |
box { |
|---|
| 98 |
<-6.750000, -0.000700, -1.525000>, |
|---|
| 99 |
<6.750000, -0.000600, -1.475000> |
|---|
| 100 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 101 |
} |
|---|
| 102 |
box { |
|---|
| 103 |
<-0.775000, -0.000900, -6.750000>, |
|---|
| 104 |
<-0.725000, -0.000800, 6.750000> |
|---|
| 105 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 106 |
} |
|---|
| 107 |
box { |
|---|
| 108 |
<-6.750000, -0.000700, -0.775000>, |
|---|
| 109 |
<6.750000, -0.000600, -0.725000> |
|---|
| 110 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 111 |
} |
|---|
| 112 |
box { |
|---|
| 113 |
<-0.025000, -0.000900, -6.750000>, |
|---|
| 114 |
<0.025000, -0.000800, 6.750000> |
|---|
| 115 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 116 |
} |
|---|
| 117 |
box { |
|---|
| 118 |
<-6.750000, -0.000700, -0.025000>, |
|---|
| 119 |
<6.750000, -0.000600, 0.025000> |
|---|
| 120 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 121 |
} |
|---|
| 122 |
box { |
|---|
| 123 |
<0.725000, -0.000900, -6.750000>, |
|---|
| 124 |
<0.775000, -0.000800, 6.750000> |
|---|
| 125 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 126 |
} |
|---|
| 127 |
box { |
|---|
| 128 |
<-6.750000, -0.000700, 0.725000>, |
|---|
| 129 |
<6.750000, -0.000600, 0.775000> |
|---|
| 130 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 131 |
} |
|---|
| 132 |
box { |
|---|
| 133 |
<1.475000, -0.000900, -6.750000>, |
|---|
| 134 |
<1.525000, -0.000800, 6.750000> |
|---|
| 135 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 136 |
} |
|---|
| 137 |
box { |
|---|
| 138 |
<-6.750000, -0.000700, 1.475000>, |
|---|
| 139 |
<6.750000, -0.000600, 1.525000> |
|---|
| 140 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 141 |
} |
|---|
| 142 |
box { |
|---|
| 143 |
<2.225000, -0.000900, -6.750000>, |
|---|
| 144 |
<2.275000, -0.000800, 6.750000> |
|---|
| 145 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 146 |
} |
|---|
| 147 |
box { |
|---|
| 148 |
<-6.750000, -0.000700, 2.225000>, |
|---|
| 149 |
<6.750000, -0.000600, 2.275000> |
|---|
| 150 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 151 |
} |
|---|
| 152 |
box { |
|---|
| 153 |
<2.975000, -0.000900, -6.750000>, |
|---|
| 154 |
<3.025000, -0.000800, 6.750000> |
|---|
| 155 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 156 |
} |
|---|
| 157 |
box { |
|---|
| 158 |
<-6.750000, -0.000700, 2.975000>, |
|---|
| 159 |
<6.750000, -0.000600, 3.025000> |
|---|
| 160 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 161 |
} |
|---|
| 162 |
box { |
|---|
| 163 |
<3.725000, -0.000900, -6.750000>, |
|---|
| 164 |
<3.775000, -0.000800, 6.750000> |
|---|
| 165 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 166 |
} |
|---|
| 167 |
box { |
|---|
| 168 |
<-6.750000, -0.000700, 3.725000>, |
|---|
| 169 |
<6.750000, -0.000600, 3.775000> |
|---|
| 170 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 171 |
} |
|---|
| 172 |
box { |
|---|
| 173 |
<4.475000, -0.000900, -6.750000>, |
|---|
| 174 |
<4.525000, -0.000800, 6.750000> |
|---|
| 175 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 176 |
} |
|---|
| 177 |
box { |
|---|
| 178 |
<-6.750000, -0.000700, 4.475000>, |
|---|
| 179 |
<6.750000, -0.000600, 4.525000> |
|---|
| 180 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 181 |
} |
|---|
| 182 |
box { |
|---|
| 183 |
<5.225000, -0.000900, -6.750000>, |
|---|
| 184 |
<5.275000, -0.000800, 6.750000> |
|---|
| 185 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 186 |
} |
|---|
| 187 |
box { |
|---|
| 188 |
<-6.750000, -0.000700, 5.225000>, |
|---|
| 189 |
<6.750000, -0.000600, 5.275000> |
|---|
| 190 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 191 |
} |
|---|
| 192 |
box { |
|---|
| 193 |
<5.975000, -0.000900, -6.750000>, |
|---|
| 194 |
<6.025000, -0.000800, 6.750000> |
|---|
| 195 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 196 |
} |
|---|
| 197 |
box { |
|---|
| 198 |
<-6.750000, -0.000700, 5.975000>, |
|---|
| 199 |
<6.750000, -0.000600, 6.025000> |
|---|
| 200 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 201 |
} |
|---|
| 202 |
box { |
|---|
| 203 |
<6.725000, -0.000900, -6.750000>, |
|---|
| 204 |
<6.775000, -0.000800, 6.750000> |
|---|
| 205 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 206 |
} |
|---|
| 207 |
box { |
|---|
| 208 |
<-6.750000, -0.000700, 6.725000>, |
|---|
| 209 |
<6.750000, -0.000600, 6.775000> |
|---|
| 210 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 211 |
} |
|---|
| 212 |
cylinder { < -4.500000, 0.000500, -4.500000 >, <-4.500000, 0.000400, -4.500000 >, 0.100000 |
|---|
| 213 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 214 |
} |
|---|
| 215 |
cylinder { < -4.500000, 0.000500, 0.000000 >, <-4.500000, 0.000400, 0.000000 >, 0.100000 |
|---|
| 216 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 217 |
} |
|---|
| 218 |
cylinder { < -4.500000, 0.000500, 4.500000 >, <-4.500000, 0.000400, 4.500000 >, 0.100000 |
|---|
| 219 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 220 |
} |
|---|
| 221 |
cylinder { < 0.000000, 0.000500, -4.500000 >, <0.000000, 0.000400, -4.500000 >, 0.100000 |
|---|
| 222 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 223 |
} |
|---|
| 224 |
cylinder { < 0.000000, 0.000500, 0.000000 >, <0.000000, 0.000400, 0.000000 >, 0.100000 |
|---|
| 225 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 226 |
} |
|---|
| 227 |
cylinder { < 0.000000, 0.000500, 4.500000 >, <0.000000, 0.000400, 4.500000 >, 0.100000 |
|---|
| 228 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 229 |
} |
|---|
| 230 |
cylinder { < 4.500000, 0.000500, -4.500000 >, <4.500000, 0.000400, -4.500000 >, 0.100000 |
|---|
| 231 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 232 |
} |
|---|
| 233 |
cylinder { < 4.500000, 0.000500, 0.000000 >, <4.500000, 0.000400, 0.000000 >, 0.100000 |
|---|
| 234 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 235 |
} |
|---|
| 236 |
cylinder { < 4.500000, 0.000500, 4.500000 >, <4.500000, 0.000400, 4.500000 >, 0.100000 |
|---|
| 237 |
texture{ pigment{ Black } finish {specular .02 ambient 0 } } |
|---|
| 238 |
} |
|---|
| 239 |
sphere { 0 0.375000 |
|---|
| 240 |
texture{ |
|---|
| 241 |
pigment { |
|---|
| 242 |
marble // gradient x |
|---|
| 243 |
color_map { |
|---|
| 244 |
[0.0 color White] |
|---|
| 245 |
[0.2 color White] |
|---|
| 246 |
[0.45 color Gray85] |
|---|
| 247 |
[0.55 color Gray85] |
|---|
| 248 |
[0.75 color White] |
|---|
| 249 |
[1.0 color White] |
|---|
| 250 |
} |
|---|
| 251 |
frequency 6.700000 |
|---|
| 252 |
turbulence 0.088000 |
|---|
| 253 |
} |
|---|
| 254 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 255 |
} |
|---|
| 256 |
scale < 1,0.4,1> |
|---|
| 257 |
rotate 48.000000 * y |
|---|
| 258 |
translate <-5.250000, 0.100000, -5.270000 > } |
|---|
| 259 |
sphere { 0 0.375000 |
|---|
| 260 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 261 |
scale < 1,0.4,1> |
|---|
| 262 |
translate <-5.250000, 0.100000, -4.480000 > } |
|---|
| 263 |
sphere { 0 0.375000 |
|---|
| 264 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 265 |
scale < 1,0.4,1> |
|---|
| 266 |
translate <-5.250000, 0.100000, -3.730000 > } |
|---|
| 267 |
sphere { 0 0.375000 |
|---|
| 268 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 269 |
scale < 1,0.4,1> |
|---|
| 270 |
translate <-5.250000, 0.100000, -2.250000 > } |
|---|
| 271 |
sphere { 0 0.375000 |
|---|
| 272 |
texture{ |
|---|
| 273 |
pigment { |
|---|
| 274 |
marble // gradient x |
|---|
| 275 |
color_map { |
|---|
| 276 |
[0.0 color White] |
|---|
| 277 |
[0.2 color White] |
|---|
| 278 |
[0.45 color Gray95] |
|---|
| 279 |
[0.55 color Gray95] |
|---|
| 280 |
[0.75 color White] |
|---|
| 281 |
[1.0 color White] |
|---|
| 282 |
} |
|---|
| 283 |
frequency 7.500000 |
|---|
| 284 |
turbulence 0.088000 |
|---|
| 285 |
} |
|---|
| 286 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 287 |
} |
|---|
| 288 |
scale < 1,0.4,1> |
|---|
| 289 |
rotate 23.000000 * y |
|---|
| 290 |
translate <-5.250000, 0.100000, -0.750000 > } |
|---|
| 291 |
sphere { 0 0.375000 |
|---|
| 292 |
texture{ |
|---|
| 293 |
pigment { |
|---|
| 294 |
marble // gradient x |
|---|
| 295 |
color_map { |
|---|
| 296 |
[0.0 color White] |
|---|
| 297 |
[0.2 color White] |
|---|
| 298 |
[0.45 color Gray95] |
|---|
| 299 |
[0.55 color Gray95] |
|---|
| 300 |
[0.75 color White] |
|---|
| 301 |
[1.0 color White] |
|---|
| 302 |
} |
|---|
| 303 |
frequency 7.100000 |
|---|
| 304 |
turbulence 0.120000 |
|---|
| 305 |
} |
|---|
| 306 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 307 |
} |
|---|
| 308 |
scale < 1,0.4,1> |
|---|
| 309 |
rotate 303.000000 * y |
|---|
| 310 |
translate <-5.250000, 0.100000, 1.510000 > } |
|---|
| 311 |
sphere { 0 0.375000 |
|---|
| 312 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 313 |
scale < 1,0.4,1> |
|---|
| 314 |
translate <-5.250000, 0.100000, 3.750000 > } |
|---|
| 315 |
sphere { 0 0.375000 |
|---|
| 316 |
texture{ |
|---|
| 317 |
pigment { |
|---|
| 318 |
marble // gradient x |
|---|
| 319 |
color_map { |
|---|
| 320 |
[0.0 color White] |
|---|
| 321 |
[0.2 color White] |
|---|
| 322 |
[0.45 color Gray85] |
|---|
| 323 |
[0.55 color Gray85] |
|---|
| 324 |
[0.75 color White] |
|---|
| 325 |
[1.0 color White] |
|---|
| 326 |
} |
|---|
| 327 |
frequency 6.900000 |
|---|
| 328 |
turbulence 0.096000 |
|---|
| 329 |
} |
|---|
| 330 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 331 |
} |
|---|
| 332 |
scale < 1,0.4,1> |
|---|
| 333 |
rotate 140.000000 * y |
|---|
| 334 |
translate <-4.500000, 0.100000, -5.270000 > } |
|---|
| 335 |
sphere { 0 0.375000 |
|---|
| 336 |
texture{ |
|---|
| 337 |
pigment { |
|---|
| 338 |
marble // gradient x |
|---|
| 339 |
color_map { |
|---|
| 340 |
[0.0 color White] |
|---|
| 341 |
[0.2 color White] |
|---|
| 342 |
[0.45 color Gray85] |
|---|
| 343 |
[0.55 color Gray85] |
|---|
| 344 |
[0.75 color White] |
|---|
| 345 |
[1.0 color White] |
|---|
| 346 |
} |
|---|
| 347 |
frequency 7.300000 |
|---|
| 348 |
turbulence 0.088000 |
|---|
| 349 |
} |
|---|
| 350 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 351 |
} |
|---|
| 352 |
scale < 1,0.4,1> |
|---|
| 353 |
rotate 335.000000 * y |
|---|
| 354 |
translate <-4.500000, 0.100000, -3.730000 > } |
|---|
| 355 |
sphere { 0 0.375000 |
|---|
| 356 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 357 |
scale < 1,0.4,1> |
|---|
| 358 |
translate <-4.500000, 0.100000, -2.980000 > } |
|---|
| 359 |
sphere { 0 0.375000 |
|---|
| 360 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 361 |
scale < 1,0.4,1> |
|---|
| 362 |
translate <-4.500000, 0.100000, 5.240000 > } |
|---|
| 363 |
sphere { 0 0.375000 |
|---|
| 364 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 365 |
scale < 1,0.4,1> |
|---|
| 366 |
translate <-3.000000, 0.100000, -6.730000 > } |
|---|
| 367 |
sphere { 0 0.375000 |
|---|
| 368 |
texture{ |
|---|
| 369 |
pigment { |
|---|
| 370 |
marble // gradient x |
|---|
| 371 |
color_map { |
|---|
| 372 |
[0.0 color White] |
|---|
| 373 |
[0.2 color White] |
|---|
| 374 |
[0.45 color Gray95] |
|---|
| 375 |
[0.55 color Gray95] |
|---|
| 376 |
[0.75 color White] |
|---|
| 377 |
[1.0 color White] |
|---|
| 378 |
} |
|---|
| 379 |
frequency 7.500000 |
|---|
| 380 |
turbulence 0.080000 |
|---|
| 381 |
} |
|---|
| 382 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 383 |
} |
|---|
| 384 |
scale < 1,0.4,1> |
|---|
| 385 |
rotate 31.000000 * y |
|---|
| 386 |
translate <-3.000000, 0.100000, -5.980000 > } |
|---|
| 387 |
sphere { 0 0.375000 |
|---|
| 388 |
texture{ |
|---|
| 389 |
pigment { |
|---|
| 390 |
marble // gradient x |
|---|
| 391 |
color_map { |
|---|
| 392 |
[0.0 color White] |
|---|
| 393 |
[0.2 color White] |
|---|
| 394 |
[0.45 color Gray95] |
|---|
| 395 |
[0.55 color Gray95] |
|---|
| 396 |
[0.75 color White] |
|---|
| 397 |
[1.0 color White] |
|---|
| 398 |
} |
|---|
| 399 |
frequency 6.700000 |
|---|
| 400 |
turbulence 0.096000 |
|---|
| 401 |
} |
|---|
| 402 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 403 |
} |
|---|
| 404 |
scale < 1,0.4,1> |
|---|
| 405 |
rotate 238.000000 * y |
|---|
| 406 |
translate <-3.000000, 0.100000, -5.230000 > } |
|---|
| 407 |
sphere { 0 0.375000 |
|---|
| 408 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 409 |
scale < 1,0.4,1> |
|---|
| 410 |
translate <-2.250000, 0.100000, -6.000000 > } |
|---|
| 411 |
sphere { 0 0.375000 |
|---|
| 412 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 413 |
scale < 1,0.4,1> |
|---|
| 414 |
translate <-1.500000, 0.100000, -5.240000 > } |
|---|
| 415 |
sphere { 0 0.375000 |
|---|
| 416 |
texture{ |
|---|
| 417 |
pigment { |
|---|
| 418 |
marble // gradient x |
|---|
| 419 |
color_map { |
|---|
| 420 |
[0.0 color White] |
|---|
| 421 |
[0.2 color White] |
|---|
| 422 |
[0.45 color Gray85] |
|---|
| 423 |
[0.55 color Gray85] |
|---|
| 424 |
[0.75 color White] |
|---|
| 425 |
[1.0 color White] |
|---|
| 426 |
} |
|---|
| 427 |
frequency 6.900000 |
|---|
| 428 |
turbulence 0.112000 |
|---|
| 429 |
} |
|---|
| 430 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 431 |
} |
|---|
| 432 |
scale < 1,0.4,1> |
|---|
| 433 |
rotate 326.000000 * y |
|---|
| 434 |
translate <-0.750000, 0.100000, -6.000000 > } |
|---|
| 435 |
sphere { 0 0.375000 |
|---|
| 436 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 437 |
scale < 1,0.4,1> |
|---|
| 438 |
translate <-0.750000, 0.100000, -4.490000 > } |
|---|
| 439 |
sphere { 0 0.375000 |
|---|
| 440 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 441 |
scale < 1,0.4,1> |
|---|
| 442 |
translate <-0.750000, 0.100000, 5.240000 > } |
|---|
| 443 |
sphere { 0 0.375000 |
|---|
| 444 |
texture{ |
|---|
| 445 |
pigment { |
|---|
| 446 |
marble // gradient x |
|---|
| 447 |
color_map { |
|---|
| 448 |
[0.0 color White] |
|---|
| 449 |
[0.2 color White] |
|---|
| 450 |
[0.45 color Gray85] |
|---|
| 451 |
[0.55 color Gray85] |
|---|
| 452 |
[0.75 color White] |
|---|
| 453 |
[1.0 color White] |
|---|
| 454 |
} |
|---|
| 455 |
frequency 6.500000 |
|---|
| 456 |
turbulence 0.120000 |
|---|
| 457 |
} |
|---|
| 458 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 459 |
} |
|---|
| 460 |
scale < 1,0.4,1> |
|---|
| 461 |
rotate 135.000000 * y |
|---|
| 462 |
translate <0.750000, 0.100000, -5.250000 > } |
|---|
| 463 |
sphere { 0 0.375000 |
|---|
| 464 |
texture{ |
|---|
| 465 |
pigment { |
|---|
| 466 |
marble // gradient x |
|---|
| 467 |
color_map { |
|---|
| 468 |
[0.0 color White] |
|---|
| 469 |
[0.2 color White] |
|---|
| 470 |
[0.45 color Gray85] |
|---|
| 471 |
[0.55 color Gray85] |
|---|
| 472 |
[0.75 color White] |
|---|
| 473 |
[1.0 color White] |
|---|
| 474 |
} |
|---|
| 475 |
frequency 7.100000 |
|---|
| 476 |
turbulence 0.088000 |
|---|
| 477 |
} |
|---|
| 478 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 479 |
} |
|---|
| 480 |
scale < 1,0.4,1> |
|---|
| 481 |
rotate 286.000000 * y |
|---|
| 482 |
translate <0.750000, 0.100000, -4.490000 > } |
|---|
| 483 |
sphere { 0 0.375000 |
|---|
| 484 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 485 |
scale < 1,0.4,1> |
|---|
| 486 |
translate <0.750000, 0.100000, -3.740000 > } |
|---|
| 487 |
sphere { 0 0.375000 |
|---|
| 488 |
texture{ |
|---|
| 489 |
pigment { |
|---|
| 490 |
marble // gradient x |
|---|
| 491 |
color_map { |
|---|
| 492 |
[0.0 color White] |
|---|
| 493 |
[0.2 color White] |
|---|
| 494 |
[0.45 color Gray85] |
|---|
| 495 |
[0.55 color Gray85] |
|---|
| 496 |
[0.75 color White] |
|---|
| 497 |
[1.0 color White] |
|---|
| 498 |
} |
|---|
| 499 |
frequency 6.500000 |
|---|
| 500 |
turbulence 0.104000 |
|---|
| 501 |
} |
|---|
| 502 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 503 |
} |
|---|
| 504 |
scale < 1,0.4,1> |
|---|
| 505 |
rotate 26.000000 * y |
|---|
| 506 |
translate <0.750000, 0.100000, 5.240000 > } |
|---|
| 507 |
sphere { 0 0.375000 |
|---|
| 508 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 509 |
scale < 1,0.4,1> |
|---|
| 510 |
translate <1.500000, 0.100000, -4.510000 > } |
|---|
| 511 |
sphere { 0 0.375000 |
|---|
| 512 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 513 |
scale < 1,0.4,1> |
|---|
| 514 |
translate <1.500000, 0.100000, -3.740000 > } |
|---|
| 515 |
sphere { 0 0.375000 |
|---|
| 516 |
texture{ |
|---|
| 517 |
pigment { |
|---|
| 518 |
marble // gradient x |
|---|
| 519 |
color_map { |
|---|
| 520 |
[0.0 color White] |
|---|
| 521 |
[0.2 color White] |
|---|
| 522 |
[0.45 color Gray85] |
|---|
| 523 |
[0.55 color Gray85] |
|---|
| 524 |
[0.75 color White] |
|---|
| 525 |
[1.0 color White] |
|---|
| 526 |
} |
|---|
| 527 |
frequency 7.100000 |
|---|
| 528 |
turbulence 0.080000 |
|---|
| 529 |
} |
|---|
| 530 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 531 |
} |
|---|
| 532 |
scale < 1,0.4,1> |
|---|
| 533 |
rotate 127.000000 * y |
|---|
| 534 |
translate <1.500000, 0.100000, -2.230000 > } |
|---|
| 535 |
sphere { 0 0.375000 |
|---|
| 536 |
texture{ |
|---|
| 537 |
pigment { |
|---|
| 538 |
marble // gradient x |
|---|
| 539 |
color_map { |
|---|
| 540 |
[0.0 color White] |
|---|
| 541 |
[0.2 color White] |
|---|
| 542 |
[0.45 color Gray85] |
|---|
| 543 |
[0.55 color Gray85] |
|---|
| 544 |
[0.75 color White] |
|---|
| 545 |
[1.0 color White] |
|---|
| 546 |
} |
|---|
| 547 |
frequency 6.500000 |
|---|
| 548 |
turbulence 0.104000 |
|---|
| 549 |
} |
|---|
| 550 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 551 |
} |
|---|
| 552 |
scale < 1,0.4,1> |
|---|
| 553 |
rotate 268.000000 * y |
|---|
| 554 |
translate <1.500000, 0.100000, -1.480000 > } |
|---|
| 555 |
sphere { 0 0.375000 |
|---|
| 556 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 557 |
scale < 1,0.4,1> |
|---|
| 558 |
translate <1.500000, 0.100000, -0.730000 > } |
|---|
| 559 |
sphere { 0 0.375000 |
|---|
| 560 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 561 |
scale < 1,0.4,1> |
|---|
| 562 |
translate <2.250000, 0.100000, -5.270000 > } |
|---|
| 563 |
sphere { 0 0.375000 |
|---|
| 564 |
texture{ |
|---|
| 565 |
pigment { |
|---|
| 566 |
marble // gradient x |
|---|
| 567 |
color_map { |
|---|
| 568 |
[0.0 color White] |
|---|
| 569 |
[0.2 color White] |
|---|
| 570 |
[0.45 color Gray85] |
|---|
| 571 |
[0.55 color Gray85] |
|---|
| 572 |
[0.75 color White] |
|---|
| 573 |
[1.0 color White] |
|---|
| 574 |
} |
|---|
| 575 |
frequency 7.100000 |
|---|
| 576 |
turbulence 0.112000 |
|---|
| 577 |
} |
|---|
| 578 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 579 |
} |
|---|
| 580 |
scale < 1,0.4,1> |
|---|
| 581 |
rotate 264.000000 * y |
|---|
| 582 |
translate <2.250000, 0.100000, -2.250000 > } |
|---|
| 583 |
sphere { 0 0.375000 |
|---|
| 584 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 585 |
scale < 1,0.4,1> |
|---|
| 586 |
translate <2.250000, 0.100000, -1.480000 > } |
|---|
| 587 |
sphere { 0 0.375000 |
|---|
| 588 |
texture{ |
|---|
| 589 |
pigment { |
|---|
| 590 |
marble // gradient x |
|---|
| 591 |
color_map { |
|---|
| 592 |
[0.0 color White] |
|---|
| 593 |
[0.2 color White] |
|---|
| 594 |
[0.45 color Gray85] |
|---|
| 595 |
[0.55 color Gray85] |
|---|
| 596 |
[0.75 color White] |
|---|
| 597 |
[1.0 color White] |
|---|
| 598 |
} |
|---|
| 599 |
frequency 6.500000 |
|---|
| 600 |
turbulence 0.104000 |
|---|
| 601 |
} |
|---|
| 602 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 603 |
} |
|---|
| 604 |
scale < 1,0.4,1> |
|---|
| 605 |
rotate 107.000000 * y |
|---|
| 606 |
translate <3.000000, 0.100000, -4.520000 > } |
|---|
| 607 |
sphere { 0 0.375000 |
|---|
| 608 |
texture{ |
|---|
| 609 |
pigment { |
|---|
| 610 |
marble // gradient x |
|---|
| 611 |
color_map { |
|---|
| 612 |
[0.0 color White] |
|---|
| 613 |
[0.2 color White] |
|---|
| 614 |
[0.45 color Gray85] |
|---|
| 615 |
[0.55 color Gray85] |
|---|
| 616 |
[0.75 color White] |
|---|
| 617 |
[1.0 color White] |
|---|
| 618 |
} |
|---|
| 619 |
frequency 6.700000 |
|---|
| 620 |
turbulence 0.080000 |
|---|
| 621 |
} |
|---|
| 622 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 623 |
} |
|---|
| 624 |
scale < 1,0.4,1> |
|---|
| 625 |
rotate 45.000000 * y |
|---|
| 626 |
translate <3.000000, 0.100000, -3.770000 > } |
|---|
| 627 |
sphere { 0 0.375000 |
|---|
| 628 |
texture{ |
|---|
| 629 |
pigment { |
|---|
| 630 |
marble // gradient x |
|---|
| 631 |
color_map { |
|---|
| 632 |
[0.0 color White] |
|---|
| 633 |
[0.2 color White] |
|---|
| 634 |
[0.45 color Gray85] |
|---|
| 635 |
[0.55 color Gray85] |
|---|
| 636 |
[0.75 color White] |
|---|
| 637 |
[1.0 color White] |
|---|
| 638 |
} |
|---|
| 639 |
frequency 7.100000 |
|---|
| 640 |
turbulence 0.104000 |
|---|
| 641 |
} |
|---|
| 642 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 643 |
} |
|---|
| 644 |
scale < 1,0.4,1> |
|---|
| 645 |
rotate 344.000000 * y |
|---|
| 646 |
translate <3.000000, 0.100000, -2.260000 > } |
|---|
| 647 |
sphere { 0 0.375000 |
|---|
| 648 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 649 |
scale < 1,0.4,1> |
|---|
| 650 |
translate <3.000000, 0.100000, -1.480000 > } |
|---|
| 651 |
sphere { 0 0.375000 |
|---|
| 652 |
texture{ |
|---|
| 653 |
pigment { |
|---|
| 654 |
marble // gradient x |
|---|
| 655 |
color_map { |
|---|
| 656 |
[0.0 color White] |
|---|
| 657 |
[0.2 color White] |
|---|
| 658 |
[0.45 color Gray85] |
|---|
| 659 |
[0.55 color Gray85] |
|---|
| 660 |
[0.75 color White] |
|---|
| 661 |
[1.0 color White] |
|---|
| 662 |
} |
|---|
| 663 |
frequency 6.900000 |
|---|
| 664 |
turbulence 0.096000 |
|---|
| 665 |
} |
|---|
| 666 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 667 |
} |
|---|
| 668 |
scale < 1,0.4,1> |
|---|
| 669 |
rotate 234.000000 * y |
|---|
| 670 |
translate <3.000000, 0.100000, 4.490000 > } |
|---|
| 671 |
sphere { 0 0.375000 |
|---|
| 672 |
texture{ |
|---|
| 673 |
pigment { |
|---|
| 674 |
marble // gradient x |
|---|
| 675 |
color_map { |
|---|
| 676 |
[0.0 color White] |
|---|
| 677 |
[0.2 color White] |
|---|
| 678 |
[0.45 color Gray85] |
|---|
| 679 |
[0.55 color Gray85] |
|---|
| 680 |
[0.75 color White] |
|---|
| 681 |
[1.0 color White] |
|---|
| 682 |
} |
|---|
| 683 |
frequency 6.500000 |
|---|
| 684 |
turbulence 0.120000 |
|---|
| 685 |
} |
|---|
| 686 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 687 |
} |
|---|
| 688 |
scale < 1,0.4,1> |
|---|
| 689 |
rotate 245.000000 * y |
|---|
| 690 |
translate <3.000000, 0.100000, 5.250000 > } |
|---|
| 691 |
sphere { 0 0.375000 |
|---|
| 692 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 693 |
scale < 1,0.4,1> |
|---|
| 694 |
translate <3.750000, 0.100000, -5.240000 > } |
|---|
| 695 |
sphere { 0 0.375000 |
|---|
| 696 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 697 |
scale < 1,0.4,1> |
|---|
| 698 |
translate <3.750000, 0.100000, -4.480000 > } |
|---|
| 699 |
sphere { 0 0.375000 |
|---|
| 700 |
texture{ |
|---|
| 701 |
pigment { |
|---|
| 702 |
marble // gradient x |
|---|
| 703 |
color_map { |
|---|
| 704 |
[0.0 color White] |
|---|
| 705 |
[0.2 color White] |
|---|
| 706 |
[0.45 color Gray85] |
|---|
| 707 |
[0.55 color Gray85] |
|---|
| 708 |
[0.75 color White] |
|---|
| 709 |
[1.0 color White] |
|---|
| 710 |
} |
|---|
| 711 |
frequency 6.900000 |
|---|
| 712 |
turbulence 0.096000 |
|---|
| 713 |
} |
|---|
| 714 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 715 |
} |
|---|
| 716 |
scale < 1,0.4,1> |
|---|
| 717 |
rotate 214.000000 * y |
|---|
| 718 |
translate <3.750000, 0.100000, -3.730000 > } |
|---|
| 719 |
sphere { 0 0.375000 |
|---|
| 720 |
texture{ |
|---|
| 721 |
pigment { |
|---|
| 722 |
marble // gradient x |
|---|
| 723 |
color_map { |
|---|
| 724 |
[0.0 color White] |
|---|
| 725 |
[0.2 color White] |
|---|
| 726 |
[0.45 color Gray85] |
|---|
| 727 |
[0.55 color Gray85] |
|---|
| 728 |
[0.75 color White] |
|---|
| 729 |
[1.0 color White] |
|---|
| 730 |
} |
|---|
| 731 |
frequency 6.700000 |
|---|
| 732 |
turbulence 0.112000 |
|---|
| 733 |
} |
|---|
| 734 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 735 |
} |
|---|
| 736 |
scale < 1,0.4,1> |
|---|
| 737 |
rotate 209.000000 * y |
|---|
| 738 |
translate <3.750000, 0.100000, -2.980000 > } |
|---|
| 739 |
sphere { 0 0.375000 |
|---|
| 740 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 741 |
scale < 1,0.4,1> |
|---|
| 742 |
translate <3.750000, 0.100000, -2.230000 > } |
|---|
| 743 |
sphere { 0 0.375000 |
|---|
| 744 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 745 |
scale < 1,0.4,1> |
|---|
| 746 |
translate <3.750000, 0.100000, -1.480000 > } |
|---|
| 747 |
sphere { 0 0.375000 |
|---|
| 748 |
texture{ |
|---|
| 749 |
pigment { |
|---|
| 750 |
marble // gradient x |
|---|
| 751 |
color_map { |
|---|
| 752 |
[0.0 color White] |
|---|
| 753 |
[0.2 color White] |
|---|
| 754 |
[0.45 color Gray95] |
|---|
| 755 |
[0.55 color Gray95] |
|---|
| 756 |
[0.75 color White] |
|---|
| 757 |
[1.0 color White] |
|---|
| 758 |
} |
|---|
| 759 |
frequency 7.300000 |
|---|
| 760 |
turbulence 0.104000 |
|---|
| 761 |
} |
|---|
| 762 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 763 |
} |
|---|
| 764 |
scale < 1,0.4,1> |
|---|
| 765 |
rotate 209.000000 * y |
|---|
| 766 |
translate <3.750000, 0.100000, -0.730000 > } |
|---|
| 767 |
sphere { 0 0.375000 |
|---|
| 768 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 769 |
scale < 1,0.4,1> |
|---|
| 770 |
translate <3.750000, 0.100000, 5.270000 > } |
|---|
| 771 |
sphere { 0 0.375000 |
|---|
| 772 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 773 |
scale < 1,0.4,1> |
|---|
| 774 |
translate <4.500000, 0.100000, -5.990000 > } |
|---|
| 775 |
sphere { 0 0.375000 |
|---|
| 776 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 777 |
scale < 1,0.4,1> |
|---|
| 778 |
translate <4.500000, 0.100000, -5.240000 > } |
|---|
| 779 |
sphere { 0 0.375000 |
|---|
| 780 |
texture{ |
|---|
| 781 |
pigment { |
|---|
| 782 |
marble // gradient x |
|---|
| 783 |
color_map { |
|---|
| 784 |
[0.0 color White] |
|---|
| 785 |
[0.2 color White] |
|---|
| 786 |
[0.45 color Gray85] |
|---|
| 787 |
[0.55 color Gray85] |
|---|
| 788 |
[0.75 color White] |
|---|
| 789 |
[1.0 color White] |
|---|
| 790 |
} |
|---|
| 791 |
frequency 6.900000 |
|---|
| 792 |
turbulence 0.104000 |
|---|
| 793 |
} |
|---|
| 794 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 795 |
} |
|---|
| 796 |
scale < 1,0.4,1> |
|---|
| 797 |
rotate 169.000000 * y |
|---|
| 798 |
translate <4.500000, 0.100000, -4.490000 > } |
|---|
| 799 |
sphere { 0 0.375000 |
|---|
| 800 |
texture{ |
|---|
| 801 |
pigment { |
|---|
| 802 |
marble // gradient x |
|---|
| 803 |
color_map { |
|---|
| 804 |
[0.0 color White] |
|---|
| 805 |
[0.2 color White] |
|---|
| 806 |
[0.45 color Gray95] |
|---|
| 807 |
[0.55 color Gray95] |
|---|
| 808 |
[0.75 color White] |
|---|
| 809 |
[1.0 color White] |
|---|
| 810 |
} |
|---|
| 811 |
frequency 7.100000 |
|---|
| 812 |
turbulence 0.096000 |
|---|
| 813 |
} |
|---|
| 814 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 815 |
} |
|---|
| 816 |
scale < 1,0.4,1> |
|---|
| 817 |
rotate 71.000000 * y |
|---|
| 818 |
translate <4.500000, 0.100000, -2.250000 > } |
|---|
| 819 |
sphere { 0 0.375000 |
|---|
| 820 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 821 |
scale < 1,0.4,1> |
|---|
| 822 |
translate <4.500000, 0.100000, -1.500000 > } |
|---|
| 823 |
sphere { 0 0.375000 |
|---|
| 824 |
texture{ |
|---|
| 825 |
pigment { |
|---|
| 826 |
marble // gradient x |
|---|
| 827 |
color_map { |
|---|
| 828 |
[0.0 color White] |
|---|
| 829 |
[0.2 color White] |
|---|
| 830 |
[0.45 color Gray85] |
|---|
| 831 |
[0.55 color Gray85] |
|---|
| 832 |
[0.75 color White] |
|---|
| 833 |
[1.0 color White] |
|---|
| 834 |
} |
|---|
| 835 |
frequency 6.500000 |
|---|
| 836 |
turbulence 0.112000 |
|---|
| 837 |
} |
|---|
| 838 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 839 |
} |
|---|
| 840 |
scale < 1,0.4,1> |
|---|
| 841 |
rotate 86.000000 * y |
|---|
| 842 |
translate <4.500000, 0.100000, 3.730000 > } |
|---|
| 843 |
sphere { 0 0.375000 |
|---|
| 844 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 845 |
scale < 1,0.4,1> |
|---|
| 846 |
translate <5.250000, 0.100000, -5.990000 > } |
|---|
| 847 |
sphere { 0 0.375000 |
|---|
| 848 |
texture{ |
|---|
| 849 |
pigment { |
|---|
| 850 |
marble // gradient x |
|---|
| 851 |
color_map { |
|---|
| 852 |
[0.0 color White] |
|---|
| 853 |
[0.2 color White] |
|---|
| 854 |
[0.45 color Gray85] |
|---|
| 855 |
[0.55 color Gray85] |
|---|
| 856 |
[0.75 color White] |
|---|
| 857 |
[1.0 color White] |
|---|
| 858 |
} |
|---|
| 859 |
frequency 6.700000 |
|---|
| 860 |
turbulence 0.112000 |
|---|
| 861 |
} |
|---|
| 862 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 863 |
} |
|---|
| 864 |
scale < 1,0.4,1> |
|---|
| 865 |
rotate 283.000000 * y |
|---|
| 866 |
translate <5.250000, 0.100000, -5.230000 > } |
|---|
| 867 |
sphere { 0 0.375000 |
|---|
| 868 |
texture{ |
|---|
| 869 |
pigment { |
|---|
| 870 |
marble // gradient x |
|---|
| 871 |
color_map { |
|---|
| 872 |
[0.0 color White] |
|---|
| 873 |
[0.2 color White] |
|---|
| 874 |
[0.45 color Gray95] |
|---|
| 875 |
[0.55 color Gray95] |
|---|
| 876 |
[0.75 color White] |
|---|
| 877 |
[1.0 color White] |
|---|
| 878 |
} |
|---|
| 879 |
frequency 7.300000 |
|---|
| 880 |
turbulence 0.096000 |
|---|
| 881 |
} |
|---|
| 882 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 883 |
} |
|---|
| 884 |
scale < 1,0.4,1> |
|---|
| 885 |
rotate 10.000000 * y |
|---|
| 886 |
translate <5.250000, 0.100000, -4.480000 > } |
|---|
| 887 |
sphere { 0 0.375000 |
|---|
| 888 |
texture{ |
|---|
| 889 |
pigment { |
|---|
| 890 |
marble // gradient x |
|---|
| 891 |
color_map { |
|---|
| 892 |
[0.0 color White] |
|---|
| 893 |
[0.2 color White] |
|---|
| 894 |
[0.45 color Gray95] |
|---|
| 895 |
[0.55 color Gray95] |
|---|
| 896 |
[0.75 color White] |
|---|
| 897 |
[1.0 color White] |
|---|
| 898 |
} |
|---|
| 899 |
frequency 6.500000 |
|---|
| 900 |
turbulence 0.120000 |
|---|
| 901 |
} |
|---|
| 902 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 903 |
} |
|---|
| 904 |
scale < 1,0.4,1> |
|---|
| 905 |
rotate 289.000000 * y |
|---|
| 906 |
translate <5.250000, 0.100000, -3.730000 > } |
|---|
| 907 |
sphere { 0 0.375000 |
|---|
| 908 |
texture{ |
|---|
| 909 |
pigment { |
|---|
| 910 |
marble // gradient x |
|---|
| 911 |
color_map { |
|---|
| 912 |
[0.0 color White] |
|---|
| 913 |
[0.2 color White] |
|---|
| 914 |
[0.45 color Gray85] |
|---|
| 915 |
[0.55 color Gray85] |
|---|
| 916 |
[0.75 color White] |
|---|
| 917 |
[1.0 color White] |
|---|
| 918 |
} |
|---|
| 919 |
frequency 6.700000 |
|---|
| 920 |
turbulence 0.096000 |
|---|
| 921 |
} |
|---|
| 922 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 923 |
} |
|---|
| 924 |
scale < 1,0.4,1> |
|---|
| 925 |
rotate 159.000000 * y |
|---|
| 926 |
translate <5.250000, 0.100000, -2.980000 > } |
|---|
| 927 |
sphere { 0 0.375000 |
|---|
| 928 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 929 |
scale < 1,0.4,1> |
|---|
| 930 |
translate <5.250000, 0.100000, -0.770000 > } |
|---|
| 931 |
sphere { 0 0.375000 |
|---|
| 932 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 933 |
scale < 1,0.4,1> |
|---|
| 934 |
translate <5.250000, 0.100000, 1.480000 > } |
|---|
| 935 |
sphere { 0 0.375000 |
|---|
| 936 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 937 |
scale < 1,0.4,1> |
|---|
| 938 |
translate <5.250000, 0.100000, 3.010000 > } |
|---|
| 939 |
sphere { 0 0.375000 |
|---|
| 940 |
texture{ |
|---|
| 941 |
pigment { |
|---|
| 942 |
marble // gradient x |
|---|
| 943 |
color_map { |
|---|
| 944 |
[0.0 color White] |
|---|
| 945 |
[0.2 color White] |
|---|
| 946 |
[0.45 color Gray85] |
|---|
| 947 |
[0.55 color Gray85] |
|---|
| 948 |
[0.75 color White] |
|---|
| 949 |
[1.0 color White] |
|---|
| 950 |
} |
|---|
| 951 |
frequency 6.700000 |
|---|
| 952 |
turbulence 0.080000 |
|---|
| 953 |
} |
|---|
| 954 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 955 |
} |
|---|
| 956 |
scale < 1,0.4,1> |
|---|
| 957 |
rotate 251.000000 * y |
|---|
| 958 |
translate <5.250000, 0.100000, 4.500000 > } |
|---|
| 959 |
sphere { 0 0.375000 |
|---|
| 960 |
texture{ |
|---|
| 961 |
pigment { |
|---|
| 962 |
marble // gradient x |
|---|
| 963 |
color_map { |
|---|
| 964 |
[0.0 color White] |
|---|
| 965 |
[0.2 color White] |
|---|
| 966 |
[0.45 color Gray85] |
|---|
| 967 |
[0.55 color Gray85] |
|---|
| 968 |
[0.75 color White] |
|---|
| 969 |
[1.0 color White] |
|---|
| 970 |
} |
|---|
| 971 |
frequency 6.900000 |
|---|
| 972 |
turbulence 0.104000 |
|---|
| 973 |
} |
|---|
| 974 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 975 |
} |
|---|
| 976 |
scale < 1,0.4,1> |
|---|
| 977 |
rotate 35.000000 * y |
|---|
| 978 |
translate <6.000000, 0.100000, -6.730000 > } |
|---|
| 979 |
sphere { 0 0.375000 |
|---|
| 980 |
texture{ |
|---|
| 981 |
pigment { |
|---|
| 982 |
marble // gradient x |
|---|
| 983 |
color_map { |
|---|
| 984 |
[0.0 color White] |
|---|
| 985 |
[0.2 color White] |
|---|
| 986 |
[0.45 color Gray95] |
|---|
| 987 |
[0.55 color Gray95] |
|---|
| 988 |
[0.75 color White] |
|---|
| 989 |
[1.0 color White] |
|---|
| 990 |
} |
|---|
| 991 |
frequency 6.500000 |
|---|
| 992 |
turbulence 0.080000 |
|---|
| 993 |
} |
|---|
| 994 |
finish { Shiny } // ambient .4} // specular .5 roughness .05 } |
|---|
| 995 |
} |
|---|
| 996 |
scale < 1,0.4,1> |
|---|
| 997 |
rotate 117.000000 * y |
|---|
| 998 |
translate <6.000000, 0.100000, -5.980000 > } |
|---|
| 999 |
sphere { 0 0.375000 |
|---|
| 1000 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 1001 |
scale < 1,0.4,1> |
|---|
| 1002 |
translate <6.000000, 0.100000, -5.230000 > } |
|---|
| 1003 |
sphere { 0 0.375000 |
|---|
| 1004 |
texture{ |
|---|
| 1005 |
pigment { |
|---|
| 1006 |
marble // gradient x |
|---|
| 1007 |
color_map { |
|---|
| 1008 |
[0.0 color White] |
|---|
| 1009 |
[0.2 color White] |
|---|
| 1010 |
[0.45 color Gray85] |
|---|
| 1011 |
[0.55 color Gray85] |
|---|
| 1012 |
[0.75 color White] |
|---|
| 1013 |
[1.0 color White] |
|---|
| 1014 |
} |
|---|
| 1015 |
frequency 7.500000 |
|---|
| 1016 |
turbulence 0.096000 |
|---|
| 1017 |
} |
|---|
| 1018 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 1019 |
} |
|---|
| 1020 |
scale < 1,0.4,1> |
|---|
| 1021 |
rotate 155.000000 * y |
|---|
| 1022 |
translate <6.000000, 0.100000, -4.480000 > } |
|---|
| 1023 |
sphere { 0 0.375000 |
|---|
| 1024 |
texture{ |
|---|
| 1025 |
pigment { |
|---|
| 1026 |
marble // gradient x |
|---|
| 1027 |
color_map { |
|---|
| 1028 |
[0.0 color White] |
|---|
| 1029 |
[0.2 color White] |
|---|
| 1030 |
[0.45 color Gray85] |
|---|
| 1031 |
[0.55 color Gray85] |
|---|
| 1032 |
[0.75 color White] |
|---|
| 1033 |
[1.0 color White] |
|---|
| 1034 |
} |
|---|
| 1035 |
frequency 6.500000 |
|---|
| 1036 |
turbulence 0.096000 |
|---|
| 1037 |
} |
|---|
| 1038 |
finish { Shiny } // specular .5 roughness .05 } |
|---|
| 1039 |
} |
|---|
| 1040 |
scale < 1,0.4,1> |
|---|
| 1041 |
rotate 275.000000 * y |
|---|
| 1042 |
translate <6.000000, 0.100000, -2.240000 > } |
|---|
| 1043 |
sphere { 0 0.375000 |
|---|
| 1044 |
texture{ pigment { Black } finish { specular .2 roughness .05 } } |
|---|
| 1045 |
scale < 1,0.4,1> |
|---|
| 1046 |
translate <6.750000, 0.100000, -6.010000 > } |
|---|