*** empty log message ***
This commit is contained in:
parent
f6b53b36b6
commit
b5fb740f71
|
@ -17,17 +17,21 @@
|
|||
}
|
||||
//texture {T_Glass3 }
|
||||
texture {T_Old_Glass }
|
||||
interior { ior 1.5 }
|
||||
interior {
|
||||
ior 1.5
|
||||
caustics 1.0
|
||||
}
|
||||
|
||||
}
|
||||
cylinder {
|
||||
<0, 1, 0> <0, 10, 0>, 2.8
|
||||
texture {
|
||||
pigment {
|
||||
rgbf <1, 0.5, 0.7, 0.0>
|
||||
rgbf <1, 1.0, 1.0, 0.0>
|
||||
}
|
||||
finish {
|
||||
reflection 0.3
|
||||
caustics 1.0
|
||||
}
|
||||
}
|
||||
interior {
|
||||
|
|
|
@ -18,7 +18,7 @@ light_source {
|
|||
|
||||
#ifdef (Camera_Frosch)
|
||||
camera {
|
||||
location <40, 2, 0>
|
||||
location <0, 2, 40>
|
||||
look_at <0, 8, 0>
|
||||
angle 40
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ camera {
|
|||
|
||||
#ifdef (Camera_Totale)
|
||||
camera {
|
||||
location <40, 30, 20>
|
||||
location <20, 30, -40>
|
||||
look_at <0, 10, 0>
|
||||
angle 40
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
+AM2
|
||||
+QR
|
||||
+HTP
|
||||
+w320 +h240
|
||||
+w1024 +h768
|
||||
display_gamma = 2.2
|
||||
+D
|
||||
+FN
|
||||
|
|
|
@ -1,74 +1,29 @@
|
|||
#include "colors.inc"
|
||||
#include "shapes.inc"
|
||||
#include "textures.inc"
|
||||
#include "metals.inc"
|
||||
#include "stones.inc"
|
||||
|
||||
global_settings {
|
||||
assumed_gamma 1.0
|
||||
ambient_light rgb<0, 0, 0>
|
||||
radiosity {}
|
||||
}
|
||||
|
||||
|
||||
light_source {
|
||||
<2000, 2000, 2000>
|
||||
<2000, 2000, -2000>
|
||||
color White
|
||||
}
|
||||
|
||||
light_source {
|
||||
<-2000, 2000, -2000>
|
||||
color rgb <0.8, 0.8, 1>
|
||||
}
|
||||
|
||||
camera {
|
||||
location <0.9, 0, -0>
|
||||
look_at <.60, 0, 0>
|
||||
angle 20
|
||||
location <90, 0.000000, 0.00000>
|
||||
look_at <0, 0, 0>
|
||||
angle 10
|
||||
orthographic
|
||||
}
|
||||
|
||||
#declare cm=0.01;
|
||||
|
||||
union {
|
||||
intersection {
|
||||
superellipsoid {
|
||||
<0.25, 0.25>
|
||||
scale <2.5, 1, 3>
|
||||
}
|
||||
cylinder {
|
||||
<-2.5, 0, 0> <2.5, 0, 0> 3.2
|
||||
}
|
||||
rotate <30, 0, 0>
|
||||
translate <60.0, 0, 0>
|
||||
pigment {
|
||||
checker color Yellow, color Red
|
||||
scale 10
|
||||
}
|
||||
}
|
||||
difference {
|
||||
cylinder {
|
||||
<0.1, 0, 0> <65, 0, 0> 3
|
||||
pigment { color Blue }
|
||||
}
|
||||
cylinder {
|
||||
<0, 0, 0> <65.1, 0, 0> 3-0.1
|
||||
pigment { color Blue }
|
||||
}
|
||||
}
|
||||
difference {
|
||||
cylinder {
|
||||
<0.1, 0, 0> <65, 0, 0> 2
|
||||
pigment { color Blue }
|
||||
}
|
||||
cylinder {
|
||||
<0, 0, 0> <65.1, 0, 0> 2-0.1
|
||||
pigment { color Blue }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
scale cm
|
||||
|
||||
}
|
||||
superellipsoid {
|
||||
<0.25, 0.25>
|
||||
scale <2.5, 1, 3>
|
||||
pigment {
|
||||
checker color Yellow, color Red
|
||||
scale 10
|
||||
}
|
||||
}
|
||||
|
||||
background { color rgb<0.2, 0.4, 0.8> }
|
||||
|
|
|
@ -4,6 +4,9 @@ include GNUmakevars
|
|||
|
||||
all: \
|
||||
rotate.png \
|
||||
rad.png \
|
||||
rad2.png \
|
||||
rad3.png \
|
||||
|
||||
|
||||
%.ppm: %.pov
|
||||
|
|
Loading…
Reference in New Issue