POV-Ray : Newsgroups : povray.binaries.images : iso alphabet complete Server Time
16 Aug 2024 04:15:30 EDT (-0400)
  iso alphabet complete (Message 1 to 7 of 7)  
From:
Subject: iso alphabet complete
Date: 27 Mar 2002 03:06:32
Message: <c8u2au4p4qmpjpq9f4hhfvr9aggedcuek5@4ax.com>
Here are isolines of iso_chars include file. All letters are redesigned from
chars.inc include file. All functions are 3D. Usage is pretty simple. To
create function for letter A you can get alternatively:
  #local f_A = IC_Char_A();
  #local f_A = IC_Char( "A" );
  #local f_A = IC_Text( "A" , Thickness , Offset );
For example function/pattern presented on attached image was adjusted with:
  #local f_sample=IC_Merge5(
                  IC_Text( "0123456789" , 1 , 0 ),
    IC_Translate( IC_Text( "ABCDEFGHIJ" , 1 , 0 ) , -y*7 ),
    IC_Translate( IC_Text( "KLMNOPQRST" , 1 , 0 ) , -y*14 ),
    IC_Translate( IC_Text( "UVWXYZ!@#$" , 1 , 0 ) , -y*21 ),
    IC_Translate( IC_Text( "%^&*()[]+-" , 1 , 0 ) , -y*28 )
  );
All functions are compatible with rounded/sharp strategy and have bounding
support. Source file will be available soon as part of iso_csg library. If you
find some bugs (except inner space of D) on letter shapes - tell me (or post
any other comment). Sorry for large binary. It was better then separated
upload of each letter.

ABX


Post a reply to this message


Attachments:
Download 'alfabet.png' (457 KB)

Preview of image 'alfabet.png'
alfabet.png


 

From: Reuben Pearse
Subject: Re: iso alphabet complete
Date: 27 Mar 2002 09:02:55
Message: <3ca1d10f$1@news.povray.org>
I look forward to seeing the include file.

Could you post an example image of a letter in 3D with smooth, rounded
surfaces?

Reuben
doo### [at] breathemailnet


Post a reply to this message

From: Thomas Willhalm
Subject: Re: iso alphabet complete
Date: 27 Mar 2002 09:07:14
Message: <3ca1d212@news.povray.org>
Reuben Pearse wrote:
 
> Could you post an example image of a letter in 3D with smooth, rounded
> surfaces?

Adding noise would make even more fun IMO. 

Thomas


Post a reply to this message

From:
Subject: Re: iso alphabet complete
Date: 27 Mar 2002 09:11:18
Message: <gbk3au83926p1fvrbi3jjk8i16q66cm94c@4ax.com>
On Wed, 27 Mar 2002 14:06:08 -0000, "Reuben Pearse"
<reu### [at] presence-systemscom> wrote:
> I look forward to seeing the include file.

Currently Christoph is absent. It requires documentation support and probably
some small corrections. It also requires additional iso_object
IC_Cylinder_Hole (difference of two cylinders) addition since IC_Difference
handle inside different way.

> Could you post an example image of a letter in 3D with smooth, rounded
> surfaces?

Of course. Two sample images started at morning (unfortunatelly with radiosity
and some displacement). Will be ready probably tomorrow morning.

ABX


Post a reply to this message

From: Reuben Pearse
Subject: Re: iso alphabet complete
Date: 27 Mar 2002 10:10:18
Message: <3ca1e0da$1@news.povray.org>
ABX wrote:

> Currently Christoph is absent. It requires documentation support and
probably
> some small corrections. It also requires additional iso_object
> IC_Cylinder_Hole (difference of two cylinders) addition since
IC_Difference
> handle inside different way.

Is that why I've had no reply to my "Hatblocks - Isosurface Challenge!" post
made on 19/03/2002? :-)

Where is Christoph and when will he be back?

Reuben Pearse
doo### [at] breathemailnet


Post a reply to this message

From:
Subject: Re: iso alphabet complete
Date: 27 Mar 2002 10:14:03
Message: <49o3au428rtfu3fbe7324s4r1opcldcipv@4ax.com>
On Wed, 27 Mar 2002 15:13:31 -0000, "Reuben Pearse"
<reu### [at] presence-systemscom> wrote:
> Is that why I've had no reply to my "Hatblocks - Isosurface Challenge!" post
> made on 19/03/2002? :-)

Who knows...

> Where is Christoph and when will he be back?

http://news.povray.org/3C9EEB06.54D8298F@gmx.de

ABX


Post a reply to this message

From: Christoph Hormann
Subject: Re: iso alphabet complete
Date: 2 Apr 2002 10:54:02
Message: <3CA9D41A.EA53F578@gmx.de>
Nice, some charaters could still be improved for better interior, but it
already looks very nice for a first version.  I will work on including it
soon.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 18 Mar. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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