POV-Ray : Newsgroups : povray.binaries.animations : Mysterious vanishing isosurface : Re: Mysterious vanishing isosurface Server Time
18 Apr 2024 14:02:15 EDT (-0400)
  Re: Mysterious vanishing isosurface  
From: Mike Horvath
Date: 11 Dec 2016 22:09:38
Message: <584e14f2$1@news.povray.org>
On 12/8/2016 9:36 PM, Mike Horvath wrote:
> If I rotate the camera 90 degrees around the x axis, the isosurface
> disappears.
>
> Mike

I'm not sure why, but increasing the contained_by box fixed the problem. 
I used:

	contained_by
	{
		box {-1,1}
	}

instead of:

	contained_by
	{
		box {0,1}
	}


Mike


Post a reply to this message

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