POV-Ray : Newsgroups : povray.binaries.images : A few objects : Re: A few objects Server Time
1 Oct 2024 18:27:25 EDT (-0400)
  Re: A few objects  
From: Anton Sherwood
Date: 28 Jul 2000 02:28:09
Message: <39812988.3E41B226@pobox.com>
Very pretty.

The spheres in the tub look like dry ice bubbles; is that what you want?
For ordinary bubbles I'd try hollow hemispheres, something like this:

	intersection
		{
		difference
			{
			sphere { 0, 1 }
			sphere { 0, 0.9 }
			}
		plane { -y, 0 }
		pigment { rgbt <0.9,0.9,0.9,0.9> }
		interior { ior 4/3 }
		finish { reflection 0.1 }
		}

(Unless the bubble-object is cut off at the surface of the water, you
may get strange refraction effects below.)

-- 
Anton Sherwood  --  br0### [at] p0b0xcom  --  http://ogre.nu/


Post a reply to this message

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