POV-Ray : Newsgroups : povray.beta-test : cliche.pov : cliche.pov Server Time
25 Apr 2024 04:45:51 EDT (-0400)
  cliche.pov  
From: ThH
Date: 29 Feb 2016 13:00:39
Message: <56d48747$1@news.povray.org>
Here it is:

==== [Parsing...] ==========================================================
File 'cliche.pov' line 105: Possible Parse Error: PNG input image 
default gamma
  handling has changed for pre POV-Ray 3.7 scenes; results may differ from
  original intention. See the documentation for more details.
File 'cliche.pov' line 105: Possible Parse Error: Cannot find file 
'sign', even
  after trying to append file type extension.
File 'cliche.pov' line 105: Possible Parse Error: Cannot find image file.
Fatal error in parser: Cannot open file.
Render failed


#declare Sign =
union {
    superellipsoid {
       0.15
       texture {
          //pigment {image_map {"sign"} scale 2 translate -1} // 
Original cliche.pov
 
          pigment {image_map {"sign.jpg"} scale 2 translate -1}
8< snip >8

Had to add .jpg to amke it work for me :)

Can this be confirmed? If so... Small?

-- 
Thorsten aka ThH


Post a reply to this message

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