POV-Ray : Newsgroups : povray.advanced-users : Elliptical torus : Re: Elliptical torus Server Time
13 May 2024 17:36:02 EDT (-0400)
  Re: Elliptical torus  
From: Cousin Ricky
Date: 27 Jul 2015 22:50:46
Message: <55b6ee06$1@news.povray.org>
On 07/20/2015 02:27 AM, bakom wrote:
> Hi,
> I have a macro for torus as
>
> #include"transforms.inc"
> #macro Torus(Center, Normal, Radius1, Radius2)
> torus{ Radius1, Radius2 Reorient_Trans(y, Normal) translate Center }
> #end
>
> object {Torus (
> 1, 0, 0, 0, 0, 0, 2, 4)
> texture{ pigment{ LightBlue} }}
>
> How I modify it to make elliptical torus?

Are you looking for something like this?

http://lib.povray.org/collection/roundedge/cousin%20ricky%201.3/roundedge_05.jpg

This object is available from the Object Collection.  If it's what 
you're looking for, you can go to lib.povray.org and type RoundEdge into 
the search field.


Post a reply to this message

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