POV-Ray : Newsgroups : povray.general : negative scale? : Re: negative scale? Server Time
25 Apr 2024 14:14:03 EDT (-0400)
  Re: negative scale?  
From: clipka
Date: 24 Dec 2018 06:52:33
Message: <5c20c881$1@news.povray.org>
Am 24.12.2018 um 08:45 schrieb Thomas de Groot:
...
> #declare F_hf =
> function {
>    pigment {
>      image_map {
>        tga "My_image.tga" gamma 1.0
>        map_type 0
>        interpolate 2
>      }
>      //adding some warp
>    }
> }
...
> However, I do not know /why/ the artefacts happen, nor if this should be 
> expected or not.

Interpolation I presume. Unless you specify the "once" keyword, at the 
edges the image is interpolated with the opposite edge.


Post a reply to this message

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