POV-Ray : Newsgroups : povray.bugreports : PoV-Ray 3.62 weirdness : Re: PoV-Ray 3.62 weirdness Server Time
10 May 2024 10:35:53 EDT (-0400)
  Re: PoV-Ray 3.62 weirdness  
From: clipka
Date: 16 May 2011 07:43:20
Message: <4dd10dd8$1@news.povray.org>
Am 16.05.2011 10:16, schrieb Marco:
> Addendum to my previous post: I've just continued working on the bollen-01.pov
> (see http://home.ooijer.com/hsp/bollen-02.pov and
> http://home.ooijer.com/hsp/bollen-02.jpg) What I've done is take this
> bollen-01.pov which rendered fine, but not with all the features I wanted, so I
> made a few changes to it (commented out the reference to bollen-01.inc and I
> commented out texture { AOIDefault_Texture }, in sphere 2
> And changed the background { color rgb<0.0,0.0,0.0>  } to<1,1,1>.
>
> These are all minor changes which should not affect the sudden lack of color,
> right?

I'm afraid to say this, but: No. The texture is what makes the 
difference. The default is pitch black, so unless you specify anything 
else that's exactly what you get.

You can change the default though, by specifying a texture in the 
#default statement.

Try

     texture { pigment { color rgb <1.0,1.0,1.0> } }

for starters.

(Maybe you also want to read the tutorial section of the Fine Manual ;-))


Post a reply to this message

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