Page 1 of 1

MakeHuman and Povray's Subsurface Scattering - male skin

PostPosted: Mon Jan 31, 2011 6:40 pm
by HaakonME
Greg M. Johnson asked for suggestions for male skin textures for POV-Ray export. Here is one I've used that is OK.

Code: Select all
texture {
      uv_mapping
     
      pigment {
         uv_mapping
         
         image_map {
            png
            "texture.png"
            map_type 0
         }
      }
     
      normal {
         dents
         1
         scale 0.00015
         bump_size 1.5
      }
     
      finish {
         phong 0.1
         
         reflection {
            rgb <0, 0, 0>
         }
      }
   }


Have fun!
Haakon