POV-Ray : Newsgroups : povray.general : Labelled balls : Re: Labelled balls Server Time
3 Aug 2024 02:16:51 EDT (-0400)
  Re: Labelled balls  
From: Florian Brucker
Date: 5 Jun 2004 07:11:45
Message: <40c1aa71@news.povray.org>
> Modifying the 'text{..}' by inserting 'pigment {color Black}' cerates an
> error.

The text{...} is part of an object pattern (see POV-Ray documentation 
for details) and therefore only defines the pattern. To change the 
color/texture of the pattern, change the following line in:

>     sphere  {< 0, 0, 0>, 1
>         texture {		
>             object {PatternObj texture {WhiteTex}, texture {ColorTex}}
>         }
>     }


 > object {PatternObj texture {WhiteTex}, texture {ColorTex}}

Simply replace texture{WhiteTex} or texture{ColorTex} with an other 
texture definition.


HTH,
Florian


Post a reply to this message

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