|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there any way to make Text objects be rounded instead of flat?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tyler Eaves" <tyl### [at] tylereavescom> wrote in message
news:39c78497$1@news.povray.org...
> Is there any way to make Text objects be rounded instead of flat?
>
Pick a rounder font? Oh, you mean the front/edges/whatever... Hmm, well if
you use megapov, you could use trace to place blobs appropriately. I think
there have been some examples of this in binaries.images.
My entry in the ocean irtc (tmstormc) used a similiar approach to lay the
gold rim around the top of the cup.
You could also try creating an intersection of a blob and a letter, with the
blob wider but shallower than the letter (ie. the face of the letter should
stick up out of the blob, but be entirely surrounded by blob).
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Wasn't it Tyler Eaves who wrote:
>Is there any way to make Text objects be rounded instead of flat?
Matthew Edd Tillman (mrh### [at] usanet) has produced a macro that
generates nice rounded text made from CSG bits of torus. If it's not on
his web site (http://www.bigfoot.com/~special_edd) you could try a web
search for "rchar.inc".
--
Mike Williams
Gentleman of Leisure
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 19 Sep 2000 11:21:50 -0400, "Tyler Eaves"
<tyl### [at] tylereavescom> wrote:
>Is there any way to make Text objects be rounded instead of flat?
If you're working under Windows, search the links on povray.org for a
program called Elefont, it is really great at doing bevels and
extrusions and such on fonts, real-time previews included.
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] usanet
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 19 Sep 2000 11:21:50 -0400, Tyler Eaves wrote:
>Is there any way to make Text objects be rounded instead of flat?
>
Try SoftText at Rune's site, http://rsj.mobilixnet.dk it lets you
chose the text you want and then select the size and roundedness
IIRC, it also has capabilities for wrapping text around objects
etc.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
9:06pm up 29 days, 1:19, 2 users, load average: 1.25, 1.11, 1.03
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <39c7911d@news.povray.org>, "Tom Melly" <tom### [at] tomandlucouk>
wrote:
> Pick a rounder font? Oh, you mean the front/edges/whatever... Hmm,
> well if you use megapov, you could use trace to place blobs
> appropriately. I think there have been some examples of this in
> binaries.images.
If you are talking about the macro I made, it didn't use trace(), it
used the eval_pattern() function with the object pattern to put a bunch
of blob components inside the text object.
--
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Steve wrote:
>
> On Tue, 19 Sep 2000 11:21:50 -0400, Tyler Eaves wrote:
> >Is there any way to make Text objects be rounded instead of flat?
> >
>
> Try SoftText at Rune's site, http://rsj.mobilixnet.dk it lets you
> chose the text you want and then select the size and roundedness
> IIRC, it also has capabilities for wrapping text around objects
> etc.
ALERT !!! ALERT !!! ALERT !!! ALERT !!!
SoftText is Remco De Korte's program and can be found instead at:
http://www.xs4all.nl/~remcodek/softtext.html
ALERT !!! ALERT !!! ALERT !!! ALERT !!!
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hmm... I would try using height fields, in the same way as in "spiral".
> From: Ken <tyl### [at] pacbellnet>
> Organization: Tyler Engineering Services
> Reply-To: lin### [at] povrayorg
> Newsgroups: povray.newusers
> Date: Tue, 19 Sep 2000 18:22:21 -0700
> Subject: Re: Text Question
>
>
>
> Steve wrote:
>>
>> On Tue, 19 Sep 2000 11:21:50 -0400, Tyler Eaves wrote:
>>> Is there any way to make Text objects be rounded instead of flat?
>>>
>>
>> Try SoftText at Rune's site, http://rsj.mobilixnet.dk it lets you
>> chose the text you want and then select the size and roundedness
>> IIRC, it also has capabilities for wrapping text around objects
>> etc.
>
> ALERT !!! ALERT !!! ALERT !!! ALERT !!!
>
> SoftText is Remco De Korte's program and can be found instead at:
>
> http://www.xs4all.nl/~remcodek/softtext.html
>
> ALERT !!! ALERT !!! ALERT !!! ALERT !!!
>
> --
> Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 19 Sep 2000 18:22:21 -0700, Ken wrote:
>
>
>Steve wrote:
>>
>> On Tue, 19 Sep 2000 11:21:50 -0400, Tyler Eaves wrote:
>> >Is there any way to make Text objects be rounded instead of flat?
>> >
>>
>> Try SoftText at Rune's site, http://rsj.mobilixnet.dk it lets you
>> chose the text you want and then select the size and roundedness
>> IIRC, it also has capabilities for wrapping text around objects
>> etc.
>
>ALERT !!! ALERT !!! ALERT !!! ALERT !!!
>
>SoftText is Remco De Korte's program and can be found instead at:
I knew it was three words, and the first one began with R.
Sorry :-)
>
>http://www.xs4all.nl/~remcodek/softtext.html
>
>ALERT !!! ALERT !!! ALERT !!! ALERT !!!
>
>--
>Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
>http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
2:44am up 29 days, 6:57, 2 users, load average: 1.03, 1.09, 1.04
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |