Testfile fuer Triebwerk.
This commit is contained in:
parent
f56cb564d9
commit
cbd61105ce
|
@ -0,0 +1,48 @@
|
|||
#include "colors.inc"
|
||||
#include "shapes.inc"
|
||||
#include "textures.inc"
|
||||
#include "metals.inc"
|
||||
#include "stones.inc"
|
||||
|
||||
#declare SCHNITT_1 = 1; // Quadrant -/*/-
|
||||
|
||||
global_settings {
|
||||
assumed_gamma 1.0
|
||||
ambient_light rgb<0.5, 0.5, 0.5>
|
||||
}
|
||||
background { color rgb<0.2, 0.4, 0.8> }
|
||||
light_source {
|
||||
<200, 200, -00>
|
||||
color White
|
||||
}
|
||||
light_source {
|
||||
<200, 120, -171>
|
||||
color White*0.5
|
||||
}
|
||||
camera {
|
||||
orthographic
|
||||
location <60, 0, 0>
|
||||
look_at <0, 0, 40>
|
||||
angle 40
|
||||
}
|
||||
|
||||
#include "triebwerk.pov"
|
||||
|
||||
object {
|
||||
triebwerk
|
||||
}
|
||||
|
||||
|
||||
cylinder {
|
||||
<0, 0, 0>,
|
||||
<0, -1, 0>, 1000
|
||||
pigment {
|
||||
radial
|
||||
color_map{
|
||||
[0.1 rgb 0.1 ]
|
||||
[0.1 White]
|
||||
}
|
||||
frequency 16
|
||||
}
|
||||
translate <0, -10, 0>
|
||||
}
|
Loading…
Reference in New Issue