POV-Ray : Newsgroups : povray.general : Multiple maps? : Multiple maps? Server Time
9 Aug 2024 11:27:48 EDT (-0400)
  Multiple maps?  
From: Jason Miller
Date: 22 Jul 2000 14:17:29
Message: <3979e539$1@news.povray.org>
Is it possible to use multiple maps, each for a different aspect of the
texture?

For instance, I would like to specifiy a map for the color, a map for the
reflection color, a map for filter, etc, etc.

I tried this code, but it says that I can not layer patterns.
 texture{
            pigment {
                image_map
                          {
                           tga "sphere.tga"
                           map_type 0 //planar
                           interpolate 2 //none
                        }
                   }
          }
 texture{
                material_map
                        {
                        tga "sphereref.tga"
                        texture{ finish  {reflection 1.0}}
                        }
                     }

Thanks!  Jason


Post a reply to this message

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