POV-Ray : Newsgroups : povray.binaries.images : Another point of view : Re: Another point of view Server Time
16 Jul 2025 17:58:05 EDT (-0400)
  Re: Another point of view  
From: H  Karsten
Date: 10 Nov 2009 23:20:01
Message: <web.4afa3a51234deab6da6353d60@news.povray.org>
Hi Robert,

Here the texture for this picture:

// Background:
sphere {
  0,1
  pigment {
   image_map {
    tga "ldr/base2.tga" interpolate 2 map_type 7
   }
  }
  finish { ambient 5 diffuse 0}
  scale 10000
  hollow
}

// Texture:
texture{
 pigment{
 projection{object{All}normal on blur 2, Rsamples}
 color_map{[0 color rgb 1][.5 color rgb 0][1 color rgb 0]}}
 finish{reflection .25 diffuse 0 ambient .75}
}


Thats it :)

Holger


Post a reply to this message


Attachments:
Download 'hand10.jpg' (75 KB)

Preview of image 'hand10.jpg'
hand10.jpg


 

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