POV-Ray : Newsgroups : povray.general : texture_map question : Re: texture_map question Server Time
1 Aug 2024 02:20:28 EDT (-0400)
  Re: texture_map question  
From: M a r c
Date: 25 May 2006 04:42:24
Message: <44756df0@news.povray.org>

44755b5c$1@news.povray.org...
> I'm trying to use an object pattern to apply a texture_map.  Actually I'm
> failing to use an object pattern with a texture_map.
>
> Can anyone show me a working sample, I've tried RTFlippin'M but either I'm
> not reading it right or I'm not right in my reading.
>
> Thanks
> --
> #####-----#####-----#####
> POV Tips and Hints at ...
> http://povman.blogspot.com/
>
>
Is that what you are looking for?

#declare Boule=sphere {0.0, 1} // object WITHOUT material and WITH a well
defined inside
  plane {
  y, 0
      texture{object {Boule
                 texture{pigment{color rgb 0}}  // outside object
                 texture{pigment{color rgb 1}} // inside object
                              }
                    }
            }


//Marc


Post a reply to this message

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