POV-Ray : Newsgroups : povray.general : constructing solid mesh from surface mesh : Re: constructing solid mesh from surface mesh Server Time
29 Jul 2024 12:17:10 EDT (-0400)
  Re: constructing solid mesh from surface mesh  
From: Thomas de Groot
Date: 21 Jul 2011 06:59:09
Message: <4e28067d$1@news.povray.org>
On 21-7-2011 10:16, kiwon wrote:
>    #declare myvolume = union {
>      box {0, 1 clipped_by {mysurface}}
>      mysurface
>    }
>


Try:

#declare myvolume = union {
   box {0, 1 clipped_by {mysurface}}
   object {mysurface}
}

Thomas


Post a reply to this message

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