POV-Ray : Newsgroups : povray.newusers : using a .jpeg as a texture : Re: using a .jpeg as a texture Server Time
29 Jul 2024 08:15:30 EDT (-0400)
  Re: using a .jpeg as a texture  
From: Marc Jacquier
Date: 28 Apr 2006 04:16:35
Message: <4451cf63@news.povray.org>

tried using an 'image map'.I put in:
>
> plane { <0, 1, 0>, 0
>   pigment { image_map {jpeg "pavement1-512x512.jpeg"}
>   }
>  }
>
> but I get "Parse Error: cannot open JPEG file.". The jpeg is in the same
> directory as the .pov file. can you help?
>
maybe the file extension is jpg ...
in this case the image_map line  should be
pigment { image_map {jpeg "pavement1-512x512.jpg"}

Marc


Post a reply to this message

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