POV-Ray : Newsgroups : povray.general : Difference or RAND Problem: Help Needed : Re: Difference or RAND Problem: Help Needed Server Time
1 Aug 2024 02:22:03 EDT (-0400)
  Re: Difference or RAND Problem: Help Needed  
From: Mike Williams
Date: 30 Apr 2006 15:14:00
Message: <yHWf+IAxxQVEFwkP@econym.demon.co.uk>
Wasn't it Sven Littkowski who wrote:
>Greetings.
>
>I have the following code which should create a number of cylindrical towers 
>with a rounded roof (cylinder and sphere). But it seems the code is not 
>working. Who can help?

All the objects in a difference are removed from the first object. In
the BayTowers difference, that first object is a random cylinder. By the
time you've cut out 399 other random cylinders and 400 random spheres
from it, it's unlikely that there's be anything left of it.

The second, unnamed, difference works OK, except that there's an extra
"}" at the end.


Is it possible that you meant to difference that second object from the
*union* of the 400 cylinders and spheres?

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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