mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2024-11-22 09:30:38 +02:00
26 lines
334 B
POVRay
26 lines
334 B
POVRay
#include "colors.inc"
|
|
#include "batcvr.inc"
|
|
|
|
camera {
|
|
location < 2, 2, 3>
|
|
look_at < 0, 0, 0>
|
|
}
|
|
|
|
background { color White }
|
|
|
|
light_source {
|
|
< 4, 7, 4>
|
|
color White
|
|
}
|
|
|
|
union {
|
|
Part
|
|
pigment { rgb <0.9, 0.9, 0.9> }
|
|
finish {
|
|
brilliance 2
|
|
phong 0.8
|
|
phong_size 100
|
|
metallic
|
|
}
|
|
}
|