POV-Ray : Newsgroups : povray.beta-test.binaries : Output_Alpha=On (=render bug) : Re: Output_Alpha=On (=render bug) Server Time
22 Jun 2024 06:52:44 EDT (-0400)
  Re: Output_Alpha=On (=render bug)  
From: Rune
Date: 11 Sep 2001 04:25:58
Message: <3b9dca96@news.povray.org>
Rick, in the welcome message by Ken it is stated:

"Please remove non-essential parts until you have the minimum scene file
that will reproduce the problem"

I managed to reduce your two files of 180 lines in total to just 19 lines
and to remove several non-essential parts like reflection and specular
highlighting, so you obviously did not try to reduce it yourself. Please do
that in the future.

The reduced scene is in the end of this message.

Note that if you follow the basic old advise of keeping transmit+filter
below 1, then your problem with the yellow thing disappears. When not
following this advise, you should expect strange results.

That said, your scene shows a different bug which I will investigate
further.

default {texture {pigment {rgb <1,0,0>}}}
camera {
  location  <-3.9,-8.5,6.3>
  sky z
  up z
  angle 40
  look_at <-0.34,0.94,1.27>
}
light_source {<1.1, -3.9, 2.9>, color 1}
#declare SphereMaterial =
material

   texture

      pigment {color rgbft <0.7,0.7,1.0,0.6-0.2,0.8-0.2>}
      finish {ambient 0 phong 1 phong_size 11}
   }
   interior {ior 1.5}
}
sphere {<0,0,2>, 2 material {SphereMaterial} hollow}
plane {z,0 pigment {color <1,1,1>} finish {ambient 0}}

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

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