POV-Ray : Newsgroups : povray.general : Huh? Normal averaging bug? : Test scene (was Re: Huh? Normal averaging bug?) Server Time
4 Aug 2024 18:19:29 EDT (-0400)
  Test scene (was Re: Huh? Normal averaging bug?)  
From: Xplo Eristotle
Date: 1 Mar 2003 22:41:38
Message: <3e617d72@news.povray.org>
// Test scene demonstrating apparent improper normal averaging.

#version unofficial MegaPov 1.0;
#default { texture { pigment { color rgb <1, 0, 0> } finish { diffuse 1 
ambient 0 } } }

global_settings
	{
	assumed_gamma 1.0
	}

camera
	{
	look_at <2, 1, 0>
	location <2, 10, -10>
	angle 15
	}
	
light_source
	{
	<0, 100, 0>
	rgb 1
	}
	
sphere
	{
	<2, 1, 0> 1
	normal
		{
		average
		normal_map
			{
			[ granite 1 scale 1 ]
			[ granite -1 scale 1 ]
			}
		}
	finish { specular 1 }
	}


Post a reply to this message

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