POV-Ray : Newsgroups : povray.unofficial.patches : UberPOV v1.37.0.0-beta.6 released : Re: UberPOV v1.37.0.0-beta.6 released Server Time
19 Apr 2024 05:30:03 EDT (-0400)
  Re: UberPOV v1.37.0.0-beta.6 released  
From: FractRacer
Date: 29 Jul 2014 08:43:48
Message: <53d79704@news.povray.org>

> Now with those fancy finish features recently shown off in
> povray.binary.images.
>
> Also does stochastic global illumination now.
>
>
> Get the Windows binaries or cross-platform source code here:
>
> https://github.com/UberPOV/UberPOV/releases/tag/v1.37.0.0-beta.6

It seems that nothing appear when a scene like this is rendered. The 
image is black if version is 3.7; rather unofficial patch 3.7;

version 3.7;
//#version unofficial patch 3.7;

camera {
	location <15, 15, -15>
	look_at <0, 0, 0>
	angle 90
}

//background {color 0.5}


plane {
	y,-1
	pigment {color 0.25}
}

box {
	<-1.00, 0.00, -1.00>,< 1.00, 2.00, 1.00>
	texture {
		pigment{ color rgb<1.00, 1.00, 1.00>}
		finish { phong 1 reflection{ 0.00 metallic 0.00} }
	}
}

light_source { <20, 20, -20> color rgb 1 }

-- 
Do not judge my words, judge my actions.

---

http://www.avast.com


Post a reply to this message

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