POV-Ray : Newsgroups : povray.beta-test : Problem with transparency : Problem with transparency Server Time: 9 Jul 2008 05:58:31 GMT
  Problem with transparency  
From: Chambers
Date: 27 Mar 2008 02:26:01
It's hard to imagine a simpler scene than this, so I'll just post the 
entire scene.  Render with +ua, and you will see that the shaded area 
does not fade out properly as it should.  3.6 renders this correctly.

camera {
	location -z*2
	look_at 0
}

plane {
	-z, 0
	pigment {
		spherical
		color_map {
			[0 color rgbt 1]
			[1 color rgb 1]
		}
	}
	finish {ambient 1}
}



-- 
...Ben Chambers
www.pacificwebguy.com


Post a reply to this message

Copyright 1991-2004 POV-Team™