POV-Ray : Newsgroups : povray.general : Any tool to transform objects to meshes : Re: Any tool to transform objects to meshes Server Time
1 Aug 2024 08:17:27 EDT (-0400)
  Re: Any tool to transform objects to meshes  
From: M a r c
Date: 21 May 2006 13:30:27
Message: <4470a3b3@news.povray.org>

44709bfa@news.povray.org...
> Marc, can you write more information about such object_pattern
> texture_maps?
>
> Greetings, thanks,
>
> Sven

For object_pattern
http://www.povray.org/documentation/view/3.6.1/386/

for texture_map
http://www.povray.org/documentation/view/3.6.1/353/

something as
#declare Bays=union{all_your_bays}//you must declare your bays as an
textureless object (a union in this case)

#declare Overall_texture=texture{
                                                    object{Bays

texture{your_texture}//the NOT bay texture

texture{Bay_texture}//the bay texture
                                                                }
                                                    }


Marc


Post a reply to this message

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