POV-Ray : Newsgroups : povray.newusers : Texturing using jpg file : Re: Texturing using jpg file Server Time
5 Jul 2024 15:26:00 EDT (-0400)
  Re: Texturing using jpg file  
From: JetRacer
Date: 1 Dec 2007 18:30:00
Message: <web.4751edc9c7198549278fa6d50@news.povray.org>
You better throw in a little interpolation in that recipe:

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

Note that the info in the docs regarding interpolation was probably written on a
bad day. Type 4 is what people should use in general since it delivers smoother
results (which is a good thing).


Post a reply to this message

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