1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 09:50:38 +02:00
ben-scans/solidify/main.pov
Werner Almesberger 01d8e411f3 Use the project name to disambiguate names in POV-Ray output.
- solidify/main.pov: change name from "Part" to "Part_batcvr"
- solidify/solid.h (povray), solidify/solid.c (sanitize, povray): use the
  project name as prefix for PGM files and a suffix for the object name
- solidify/solidify.c (main): pass the project's basename to povray()
2010-09-24 21:28:42 -03:00

26 lines
341 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_batcvr
pigment { rgb <0.9, 0.9, 0.9> }
finish {
brilliance 2
phong 0.8
phong_size 100
metallic
}
}