|
|
> 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
|
|