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'

|