POV-Ray : Newsgroups : povray.general : pigment image map big image : pigment image map big image Server Time
29 Jul 2024 02:26:31 EDT (-0400)
  pigment image map big image  
From: handos
Date: 2 Jul 2013 13:55:00
Message: <web.51d3132420ee38e6d7ae32040@news.povray.org>
I have this image floor_stonechip that I want to map on a planar surface. I used
the following code for that:

plane {
    y,0
    translate table3_pos
    translate 300*y
    pigment {
      image_map {png "floor_stonechip.png"}
    }
  }

A sample result of my rendering generates this:
www.doc.ic.ac.uk/~ahanda/scene_16_0040.png
However, the floor doesn't look exactly like I want to see. The
floor_stonechip.png looks like this:
www.doc.ic.ac.uk/~ahanda/floor_stonechip.png

Can povray experts point me what is it that I need to change in this code to get
similar looking floor (the floor_stonechip.png is quite a big image)

Thank you


Post a reply to this message

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