POV-Ray : Newsgroups : povray.general : clipped_by : clipped_by Server Time
4 May 2024 13:32:13 EDT (-0400)
  clipped_by  
From: Mike Horvath
Date: 11 Sep 2016 01:22:06
Message: <57d4e9fe$1@news.povray.org>
I have the following building model:

merge
{
	intersection
	{
		plane {+x + y,0 translate +y * 3/4}
		plane {-x + y,0 translate +y * 3/4}
		box {-1,+1}
		translate	+y
		scale		1/2
	}
	box {<0,0,0,>,<+1/8,+1/1,+1/8,>}
	clipped_by
	{
		box {<-1/8,+0/1,-1,>,<+1/8,+1/4,+1/1,>}
	}
	hollow
	pigment {color rgbt <1,0,0,0>}
}

However, the clipped_by does not seem to be working. Instead of the 
clipped part being removed, it is retained and everything else is 
removed. Am I using the clipped_by statement wrong? Thanks.

Mike


Post a reply to this message

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