POV-Ray : Newsgroups : povray.general : texture_map question : Re: texture_map question Server Time
1 Aug 2024 02:16:13 EDT (-0400)
  Re: texture_map question  
From: POVMAN
Date: 25 May 2006 05:52:41
Message: <44757e69@news.povray.org>
> 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
>                              }
>                    }
>            }
>

Yes, thank you very much.  I wasn't putting the textures inside the object 
braces.  Doh!

-- 
#####-----#####-----#####
POV Tips and Hints at ...
http://povman.blogspot.com/


Post a reply to this message

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