POV-Ray : Newsgroups : povray.general : Importing an image to use on pov ray and overlaying a line : Re: Importing an image to use on pov ray and overlaying a line Server Time
20 Apr 2024 06:44:16 EDT (-0400)
  Re: Importing an image to use on pov ray and overlaying a line  
From: jr
Date: 19 Jul 2022 04:00:00
Message: <web.62d6642adf954fb91be3cd4b6cde94f1@news.povray.org>
oops.

"jr" <cre### [at] gmailcom> wrote:
>   plane {
>     z,1
>     texture {
>       pigment { ...the image_map... }
>     }
>     scale <1.92,1.08,1>
>   }

should have been:
  plane {
    z,1
    texture {
      pigment { ...the image_map... }
      scale <1.92,1.08,1>
    }
  }

(typing.. :-))


regards, jr.


Post a reply to this message

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