POV-Ray : Newsgroups : povray.general : Clipping off an isosurface : Re: Clipping off an isosurface Server Time
4 Aug 2024 10:21:50 EDT (-0400)
  Re: Clipping off an isosurface  
From: Hughes, B 
Date: 21 May 2003 19:15:34
Message: <3ecc0896@news.povray.org>
"Wolfgang Wieser" <wwi### [at] gmxde> wrote in message
news:3ecbe79b@news.povray.org...
> Just wanted to clip off one half of an isosurface using
>
> clipped_by { plane { x,0 } }
>
> in order to be able to see the inside surface.
>
> However, this does not work. All the rays which enter the isosurface
> through the clipped-by plane just go right through the (back) surface
> leaving it invisible.
>
> Just wondering if this is a bug and/or how to work around it.

Not a bug, just the way iso's are. You will need to add all_intersections to
the isosurface before the clipped_by. Or try max_trace 2, or more. It's just
not getting the rays traced to the back surface.

Bob


Post a reply to this message

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