POV-Ray : Newsgroups : povray.general : Infinity symbol : Re: Infinity symbol Server Time
31 Jul 2024 16:24:31 EDT (-0400)
  Re: Infinity symbol  
From: Nicolas George
Date: 11 Dec 2006 05:33:35
Message: <457d33ff$1@news.povray.org>
"dave vanhorn"  wrote in message <457cb234@news.povray.org>:
> Has anyone done one of these, either by CSG or isosurface?

An infinity symbol is not a 3D object, so the question is: how do intend to
make it 3D? Do you want it infinitely thin? Flat but thick? Round?

You can do something easy with a sphere sweep:

  sphere_sweep {
    b_spline 
    9,
    <-2, -2, 0>, 0.2, 
    < 0,  0, 0>, 0.2,
    < 2,  2, 0>, 0.2,
    < 2, -2, 0>, 0.2,
    < 0,  0, 0>, 0.2,
    <-2,  2, 0>, 0.2,
    <-2, -2, 0>, 0.2,
    < 0,  0, 0>, 0.2,
    < 2,  2, 0>, 0.2
  }


Post a reply to this message

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