POV-Ray : Newsgroups : povray.general : Stacking Balls : Re: Stacking Balls Server Time
13 Aug 2024 13:15:28 EDT (-0400)
  Re: Stacking Balls  
From: Doug Partridge
Date: 24 Aug 1998 00:42:19
Message: <35E0E118.168F@lawson.appcomp.utas.edu.au>
if you create two spheres

sphere
	{
	<0,0,0>, 1
	}

sphere
	{
	<0,0,2>, 1
	rotate whatever
	}

then whatever the vector whatever is, the two spheres will always be
touching exactly. Obvoiusly it gets a bit harder when you try to put
more spheres.

Obviously this is just a partial solution and I don't really know what
I'm talking about. Oh well
--


Doug Partridge
~
~


Post a reply to this message

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