POV-Ray : Newsgroups : povray.advanced-users : bounded_by : Re: bounded_by Server Time
29 Jun 2024 02:11:50 EDT (-0400)
  Re: bounded_by  
From: SharkD
Date: 14 Jun 2010 22:04:45
Message: <4c16dfbd@news.povray.org>
On 6/14/2010 8:57 PM, clipka wrote:

Also, in what order does POV-Ray parse the bounded_by statements?

// step 1
intersection
{
	// step 2
	difference
	{
		// step 3
		intersection
		{
			bounded_by {...}
		}
		intersection
		{
			bounded_by {...}
		}
		bounded_by {...}
	}
	difference
	{
		intersection
		{
			bounded_by {...}
		}
		intersection
		{
			bounded_by {...}
		}
		bounded_by {...}
	}
	bounded_by {...}
}

-- 
http://isometricland.com


Post a reply to this message

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