POV-Ray : Newsgroups : povray.general : problem : Re: problem Server Time
7 Aug 2024 09:23:30 EDT (-0400)
  Re: problem  
From: Bill DeWitt
Date: 7 Oct 2001 17:23:23
Message: <3bc0c7cb$1@news.povray.org>
"Micha Riser" <mri### [at] gmxnet> wrote in message
news:3bc0b2fd$1@news.povray.org...
> Kevin Loney wrote:
> >
> > sphere {
> > <0, 0, 0>, 1
> > pigment {
> > color 1
> > }
> > }
> >
>
> "color 1" is interpretated as color rgbft 1 which makes the sphere
> compleatly transparent. Use "color rgb 1" or "color White" instead.

    Or just pigment {rgb 1 }


Post a reply to this message

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