POV-Ray : Newsgroups : povray.newusers : Texturing using jpg file : Re: Texturing using jpg file Server Time: 7 Jul 2008 04:39:24 GMT
  Re: Texturing using jpg file  
From: Tim Attwood
Date: 12 Nov 2007 22:33:13
Here is an example.

sphere {
  0.0, 1
  texture {
    pigment {
       image_map {
          jpeg "earth.jpg"
          once
          map_type 1
       }
    }
  }
}


Post a reply to this message

Copyright 1991-2004 POV-Team™