POV-Ray : Newsgroups : povray.binaries.images : Jaimes Box of Oranges : Jaimes Box of Oranges Server Time
24 Jun 2026 17:26:18 EDT (-0400)
  Jaimes Box of Oranges  
From: koppi
Date: 23 Jun 2026 11:45:00
Message: <web.6a3aa889aa4e5dbeb4100fef199194f2@news.povray.org>
Hi, the texture in the box of oranges scene is sonehow flipped from right to
left. I want to fix this but do not know how. Can anybody give me a hint how to
flip the logo image_map texture?

#declare m_madera_cajon=
material{
  texture{
    pigment{
      image_map{jpeg "flat_wood_4022164.JPG" interpolate 2}
    }
    normal{
      bump_map{jpeg "flat_wood_4022164.JPG" bump_size 1}
    }
    rotate 90*z
    scale .5
  }
  texture{
    pigment{
      image_map{png "logo" interpolate 2}
    }
  }
}

--
koppi


Post a reply to this message


Attachments:
Download 'bpp-20260623-173652-box-w-oranges-00049.png' (1659 KB)

Preview of image 'bpp-20260623-173652-box-w-oranges-00049.png'
bpp-20260623-173652-box-w-oranges-00049.png


 

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