POV-Ray : Newsgroups : moray.win : ? ImageMaps render in 'Render', not in 'Animation' ? Server Time
8 May 2024 20:08:21 EDT (-0400)
  ? ImageMaps render in 'Render', not in 'Animation' ? (Message 1 to 2 of 2)  
From: georgewnyc
Subject: ? ImageMaps render in 'Render', not in 'Animation' ?
Date: 25 Jun 2023 15:20:00
Message: <web.649891906f2d45fbfa7905574d72f026@news.povray.org>
I'm struggling with correctly creating textures with imagemaps that will render
in Moray Animation.

I have a scene with images mapped to cubes. In Moray, they show up. In PovRay
when rendered, they show up.  When I use 'Animation' to render them, the objects
render, but their faces are blank.

? Is this expected? I see in the exported SceneOut.POV that the image file path
is complete!  So what could I be doing wrong

e.g.



#declare jjgreen =
   material  // jjgreen
   {
      texture
      {
         pigment
         {
            image_pattern
            {
                  png   "C:\Users\georg\Desktop\jjShadesRw.PNG"
                  interpolate 2
            }
            color_map
            {
               [ 0.0     rgbft <1.0, 1.0, 1.0, 0.0, 0.0> ]
               [ 0.5     rgbft <0.0, 1.0, 0.0, 0.0, 0.0> ]
               [ 1.0     rgbft <0.0, 0.0, 0.0, 0.0, 0.0> ]
            }
         }
      }
   }


Post a reply to this message

From: georgewnyc
Subject: Re: ? ImageMaps render in 'Render', not in 'Animation' ?
Date: 25 Jun 2023 16:05:00
Message: <web.64989cf2573f7d0fa7905574d72f026@news.povray.org>
OK I got it


Post a reply to this message

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