POV-Ray : Newsgroups : povray.tools.poser : Dynamic Hair and PoseRay : Re: Dynamic Hair and PoseRay Server Time
19 Apr 2024 06:56:28 EDT (-0400)
  Re: Dynamic Hair and PoseRay  
From: Thomas de Groot
Date: 11 Nov 2011 03:53:29
Message: <4ebce289$1@news.povray.org>
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


Post a reply to this message

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