POV-Ray : Newsgroups : povray.general : Infinity symbol : Re: Infinity symbol Server Time
31 Jul 2024 16:28:22 EDT (-0400)
  Re: Infinity symbol  
From: Stephen
Date: 11 Dec 2006 05:10:00
Message: <web.457d2d48acb37f29f1cb1e660@news.povray.org>
"Chris B" <c_b### [at] btconnectcomnospam> wrote:
> "dave vanhorn" <mic### [at] gmailcom> wrote in message
> news:457cb234@news.povray.org...
> > Has anyone done one of these, either by CSG or isosurface?  I've been
> > playing with stretched rings, but they just don't look right.
> >
>
> Not as a CSG or an isosurface, but have you considered using the text
> object.
> Depending upon what you want it for, an 8 on it's side may serve your
> purposes.
>
> camera {location <0,0,-1>}
> light_source { <1, 2, -20> color rgb 1}
>
> text {
>   ttf "times.ttf","8",0.2, 0
>   pigment {color rgb 1}
>   scale <0.5,1,1>
>   rotate z*90
>   translate 0.3*x
> }
>
> Regards,
> Chris B.

I found the infinity symbol in the following Windows Fonts, code U+221E. If
it is of any help.
ZTZhongsong
NSimSun
New Gulim
MingLiu


Stephen


Post a reply to this message

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