POV-Ray : Newsgroups : povray.general : HDR image and mapping it on to a sphere : Re: HDR image and mapping it on to a sphere Server Time
31 Jul 2024 20:23:31 EDT (-0400)
  Re: HDR image and mapping it on to a sphere  
From: motorsep
Date: 28 Sep 2006 20:55:00
Message: <web.451c6e319f6ff81ce79570f0@news.povray.org>
"motorsep" <nomail@nomail> wrote:
> I decided to test how HDRI gets wraped onto a sphere. It turned out that it
> does it not so well :/ (it happens with any HDRI and any size of sphere)
> Is there any solution?
>
> http://img143.imageshack.us/img143/5183/hdritesttgaup0.jpg

Sorry, forgot about material code:

pigment {
       image_map {
              hdr
             "c:BlenderTextureshdr02dh006lp.hdr"
             once
             interpolate 2
             map_type 1
         }
     }
     finish {
          ambient 1.0
   diffuse 0.0
     }


Post a reply to this message

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