POV-Ray : Newsgroups : povray.general : Too many nested refracting objects. : Re: Too many nested refracting objects. Server Time
2 Aug 2024 22:12:06 EDT (-0400)
  Re: Too many nested refracting objects.  
From: Kurts
Date: 20 Jul 2004 14:03:32
Message: <kurtzlepirate-77B082.20033220072004@news.povray.org>
In article <Xns952BE7467EF9Fraf256com@203.29.75.35>,
 "Rafal 'Raf256' Maj" <spa### [at] raf256com> wrote:

> ...
> union {
>   union {
>     union { cylinder{} cylinder{} cylinder{} }
>     union { cylinder{} cylinder{} cylinder{} }
>     union { cylinder{} cylinder{} cylinder{} }
>   }
>   ...

  why union { union { union ...

  why not :
  union {
    cylinder {}
    cylinder {}
    ...
    cylinder {}
    cylinder {}
    cylinder {}
    }

  ?


Post a reply to this message

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