POV-Ray : Newsgroups : povray.general : patch object? : patch object? Server Time
8 Aug 2024 12:26:07 EDT (-0400)
  patch object?  
From: Matt Giwer
Date: 22 Dec 2000 19:10:36
Message: <3A43ED7C.C0C24218@ij.net>
I successfully did a 

#declare thing = difference 
{
	union { object list 1 } 
	superellipsoid 
}

	but

#declare another_thing = difference 
{
	union { object list 1 } 
	union { object list 2 }
	superellipsoid 
}

	informs me that a patch object is not permitted and does not render
another_thing. 

	A little trial and error should solve the general problem. Am I correct
in guessing a patch object is an old name for a CSG object? 

-- 
Life's too short and death's too long
to take this all that seriously. 
	-- The Iron Webmaster, 372


Post a reply to this message

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