POV-Ray : Newsgroups : povray.binaries.images : A Quandary : Re: A Quandary Server Time
3 Oct 2024 15:10:40 EDT (-0400)
  Re: A Quandary  
From: Peter Popov
Date: 7 Feb 2000 19:48:24
Message: <kE+fOMYLhc1fn=OzmkHQM0SMigXL@4ax.com>
On Sun, 6 Feb 2000 00:37:03 -0500, "Mark Wagner"
<mar### [at] gtenet> wrote:

>
>Peter Popov wrote in message ...
>>The spheres have no_shadow and there are 7 spotlights (one is
>>negative) of equal radius and falloff?
>
>
>No, only point lights were used.
>
>Mark

intersection
{
  union
  {
    sphere { 2*x, 1 pigment { Red } }
    sphere { 2*x, 1 rotate 60*y pigment { Yellow } }
    ...
  }
  plane { y, 0 }
  pigment { White }
}

?

This should report the CSG as a single infinite object (untested).


Peter Popov
pet### [at] usanet
ICQ: 15002700


Post a reply to this message

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