pov_3
#include "colors.inc"
#include "stones.inc"
#include "golds.inc"
#include "metals.inc"
#include "skies.inc"
background { color rgb <0.70, 0.55, 0.40>}
camera {
location <5, 2, -3>
look_at <0, 1, 2>
}
cylinder {
<0, 0, 2>, // Center of one end
<0, 1.6, 2>, // Center of other end
0.38 // Radius
open // Remove end caps
pigment { color White }
}
cylinder {
<0, 0, 2>, // Center of one end
<1, -2, 2>, // Center of other end
0.35 // Radius
open // Remove end caps
pigment {
color White
}
}
cylinder {
<0, 0, 2>, // Center of one end
<-1, -2, 2>, // Center of other end
0.35 // Radius
open // Remove end caps
pigment {
color White
}
}
cylinder {
<0, 1.3, 2>, // Center of one end
<1.1, 0.8, 2>, // Center of other end
0.25 // Radius
pigment {
color White
}
}
cone {
<0.90, 0.75, 2>, 0.23 // Center and radius of one end
<1.6, 1.2, 2>, 0.23 // Center and radius of other end
pigment {
color White
}
}
cone {
<0, 1.3, 2>, 0.23 // Center and radius of one end
<-0.9, 0.6, 1.6>, 0.23 // Center and radius of other end
pigment {
color White
}
}
cone {
<-0.95, 0.66, 1.6>, 0.23 // Center and radius of one end
<-0.4, 0.42, 1.3>, 0.23 // Center and radius of other end
pigment{
color White
}
}
cone {
<0, 0.4, 2>, 0.4 // Center and radius of one end
<0, 0.2, 2>, 0.4 // Center and radius of other end
pigment {
color Black
}
}
cone {
<0, 0.4, 2>, 0.42 // Center and radius of one end
<0, 0.5, 2>, 0.42 // Center and radius of other end
pigment {
color Black
}
}
cone {
<0.48, 0.4, 2.1>, 0 // Center and radius of one end
<1, -0.5, 2.2>, 0.2 // Center and radius of other end
pigment {
color Black
}
}
cone {
<0, 2.25, 2>, 0.58 // Center and radius of one end
<0, 2.35, 2>, 0.5 // Center and radius of other end
pigment {
color Black
}
}
sphere {
<0.48, 0.4, 2.1>, 0.1
pigment {
color Black
}
}
sphere {
<-0.53, 2.2, 2.1>, 0.1
pigment {
color Black
}
}
sphere {
<1.7, 1.3, 2>, 0.28
pigment {
color Yellow
}
}
sphere {
<0, 1.95, 2>, 0.60
pigment {
color Yellow
}
}
sphere {
<-0.4, 0.4, 1.3>, 0.28
pigment { color Yellow }
}
sphere {
<-0.2, 0.4, 1.3>, 1
texture {
pigment
{granite
turbulence 0.0
color_map
{[0.0, 0.07 color Orange color Orange]
[0.07, 0.2 color Orange color Yellow]
[0.2, 0.3 color Yellow color Clear]
[0.3, 0.7 color Clear color Clear]
[0.7, 1.0 color Pink color Yellow]
}
}
finish {
crand 0.02
}
}
}
sphere {
<-0.2, 0.4, 1.3>, 0.9
texture {
T_Grnt7a
scale 1 }
}
sphere {
<0, 0, 2>, 3
texture {
P_Cloud1
scale 1 }
}
sphere {
<-0.2, 0.4, 1.3>, 0.8
pigment {
bozo
turbulence 0.65
octaves 6
omega 0.7
lambda 2
color_map {
[0.0, 0.1 color red 0.85 green 0.85 blue 0.85
color red 0.75 green 0.75 blue 0.75]
[0.1, 0.5 color red 0.75 green 0.75 blue 0.75
color Clear]
[0.5, 1.001 color Clear
color Clear]
}
scale <6, 1, 6>
}
}
plane { <0, 1, 0>, -2
texture { pigment { P_Silver1 } finish { F_MetalA } }
}
light_source { <2, 4, -3> color White}
|
Data: 12/04/2006
Proprietario: bruno
Dimensione piena:
640x480
|