TUD Organische Chemie | ![]() | Immel | ![]() | Graphics | ![]() | Povray 3.5 | ![]() | sign | ![]() | ![]() | View or Print (this frame only) |
Example file (sign.pov):
// Persistence Of Vision raytracer version 3.5 sample file.
// File used for cliche.pov by Rune S. Johansen
//
// +w400 +h400 +a0.3
camera {
orthographic
location -10*z
up 2.2*y
right 2.2*x
look_at 0
}
background {color rgb 1}
#default {finish {ambient 1 diffuse 0}}
cylinder {
-0.9*y, 0.9*y, 0.15 translate -8*z
matrix <1,0,0,1,1,0,0,0,1,0,0,0>
pigment {color <1,0,0>}
}
cylinder {
-0.9*y, 0.9*y, 0.25 translate -6*z
matrix <1,0,0,1,1,0,0,0,1,0,0,0>
pigment {color <1,1,1>}
}
torus {
0.8, 0.10 rotate 90*x
pigment {color rgb 0}
}
torus {
0.2, 0.05 rotate 45*x translate 0.4*y rotate 25*z
pigment {color rgb 0}
}