POV-Ray : Newsgroups : povray.tools.poser : Dynamic Hair and PoseRay : Re: Dynamic Hair and PoseRay Server Time
26 Apr 2024 03:34:33 EDT (-0400)
  Re: Dynamic Hair and PoseRay  
From: TawnyOwl
Date: 13 Nov 2011 14:50:00
Message: <web.4ec01eeb2b1201fb3d22098b0@news.povray.org>
Thomas de Groot <tenDOTlnDOTretniATtoorgedDOTt> wrote:
> image_map { gif "teststraehne.gif" transmit 0,1  }
>
> should be: image_map { gif "teststraehne.gif" interpolate 2 transmit all
> 0.1 }
>
> otherwise one gets an error message.
>
> Tell me what you think about this texture:
>
> #declare tube_material1_=
> material {
>    texture {
>      uv_mapping
>      pigment {
>        wood
>        pigment_map {
>          [0.00 srgb <251, 207, 140>/255 filter 0.5]
>          [0.50 srgb <171,  77,  14>/255 filter 0.5]
>          [1.00 srgb <  0,   0,   0>/255 filter 0.5]
>        }
>        scale <0.05, 10, 0.05>
>        warp {turbulence 0.5}
>        translate <3, 0, 2>
>      }
>      finish {
>        specular 0.07843137
>        roughness 0.005259534
>        diffuse 0.6
>      }
>    }
> }
>
>
> Thomas

It looks pretty good. I've posted an image with it to the p.b.i. I have doubled
the length of the hair and used twice as much as in the red ribbon version
(density some 800 in poser). And I raised the breaks from 6 to 18.

Thanks a lot,
Michael


Post a reply to this message

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