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