Root/solidify/main.pov

Source at commit 37e840fa775f031529053578668512b1c430548f created 13 years 6 months ago.
By Werner Almesberger, Infrastructure for generating POV-Ray output (not useful yet)
1#include "colors.inc"
2#include "batcvr.inc"
3
4camera {
5    location < 2, 2, 3>
6    look_at < 0, 0, 0>
7    right -4/3*x
8    sky x
9}
10
11background { color White }
12
13light_source {
14    < 4, 7, 4>
15    color White
16}
17
18union {
19    Part
20    pigment { rgb <0.9, 0.9, 0.9> }
21    finish {
22        brilliance 2
23        phong 0.8
24        phong_size 100
25        metallic
26    }
27}
28

Archive Download this file

Branches:
master



interactive