POV-Ray : Newsgroups : povray.newusers : making a curved cone, like an animals horn : Re: making a curved cone, like an animals horn Server Time
28 Jul 2024 14:22:35 EDT (-0400)
  Re: making a curved cone, like an animals horn  
From: Mike Williams
Date: 5 Nov 2008 09:07:50
Message: <wz4jL3EliaEJFwaO@econym.demon.co.uk>
Wasn't it Dean who wrote:
>Hi, how would I make a curved cone, like an animals horn?

I tend to use a sphere_sweep.

For example:

    sphere_sweep{b_spline,7
    <0,0,0>, 0.19,
    <0,0,0>, 0.19,
    <-1,0,0>,0.14,
    <-1.5,0.5,0>,0.12,
    <-1.6,1,-0.2>,0.05,
    <-1.5,1.2,-0.4>,0.04
    <-1.5,1.2,-0.4>,0.04
    }

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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