3d/pr/sol/T_BlackMetal.pov

9 lines
132 B
POVRay

#include "metals.inc"
#declare T_BlackMetal =
texture {
pigment {
color rgb <0.1, 0.1, 0.1>
}
finish { F_MetalC }
}