POV-Ray : Newsgroups : povray.newusers : Texturing using jpg file : Re: Texturing using jpg file Server Time
5 Jul 2024 15:56:07 EDT (-0400)
  Re: Texturing using jpg file  
From: Tim Attwood
Date: 12 Nov 2007 17:33:13
Message: <4738d4a9$1@news.povray.org>
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 2003-2023 Persistence of Vision Raytracer Pty. Ltd.