3d/pr/thermostrahler/T_BlackMetal.pov

14 lines
194 B
POVRay

#version unofficial MegaPov 0.5;
#include "metals.inc"
#declare T_BlackMetal =
texture {
pigment {
color rgb <0.1, 0.1, 0.1>
}
finish {
F_MetalB
reflect_metallic
}
}