POV-Ray : Newsgroups : povray.programming : Creating a hemisphere with tori? : Re: Creating a hemisphere with tori? Server Time
29 Jul 2024 04:26:26 EDT (-0400)
  Re: Creating a hemisphere with tori?  
From: PoD
Date: 22 Aug 1998 19:42:54
Message: <35DF496D.714C@merlin.net.au>
[snip]
> 
> Wouldn't:
> 
>         #declare a = 0.1
> 
>         #while( a < 1 )
>                 object{ b_ring scale 1 - a translate y * a }
>                 #declare a = a + 0.1
>         #end
> 
> be a lot easier to read (and understand)?
> --
> Best regards,
>  _ __                      _    ,   _ _ _
> ' )  )     /         _/_  ' )  /   ' ) ) )
>  /--' ____/___/> __  /     /--/     / / / __,_  __  o _   ______
> /  \_(_) /_) (__/ (_<__   /  ( o   / ' (_(_) (_/ (_<_/_)_(_) / <_
> 
> Robert H. Morrison                      Tel:   +49 721 9628 167
> Software Development, Basis Team        FAX:   +49 721 9628 261
> Hitex-Systementwicklung GmbH            Email: RMorrison@hitex.de

The point is to make a hemisphere of tori rather than a cone.

Cheers, PoD.


Post a reply to this message

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