POV-Ray : Newsgroups : povray.binaries.images : See: Dynamic Hair and Poseray in p.t.poser : Re: See: Dynamic Hair and Poseray in p.t.poser Server Time
30 Jul 2024 12:24:58 EDT (-0400)
  Re: See: Dynamic Hair and Poseray in p.t.poser  
From: Thomas de Groot
Date: 14 Nov 2011 07:58:09
Message: <4ec11061@news.povray.org>
For the beard, the following texture is used.

This is more complex to get right. While I am satisfied with the 
texture, the beard mesh need more work I guess.

material {
   texture {
     uv_mapping
     pigment {
       gradient x
       pigment_map {
         [0.00 srgb <  0,   0,   0>/255 transmit 0.8]
         [0.10 srgb <171,  77,  14>/255 transmit 0.7]
         [0.50 srgb <  0,   0,   0>/255 transmit 0.5]
         [0.60 srgb <171,  77,  14>/255 transmit 0.0]
       }
       scale <1, 1, 1>
       warp {turbulence <0.0, 0.3, 0.3>}
     }
     finish {
       specular 0.2
       roughness 0.005
       diffuse 0.8
     }
   }
}


Thomas


Post a reply to this message


Attachments:
Download 'poserfiguretest.png' (430 KB)

Preview of image 'poserfiguretest.png'
poserfiguretest.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.