Hi,
I have an Text-Object in my scene. With the normal statement i can make a
bumpy surface. But it' a faked bump. Now I want to make a real rougth
surface with isosurface (?). Isosurface is only "contained by box" or
sphere. How do i get a real rougth surface for the text-object ?
Thanks Grosch
Grosch <nomail@nomail> wrote:
> How do i get a real rougth surface for the text-object ?
You don't.
Your only option is to model your letters with another primitive which
can be used to deform its surface. This would be either an isosurface
(rather laborious), a mesh (even more laborious) or a group of bicubic
patches (probably the most laborious unless you have a modeller).
--
- Warp
From: Christoph Hormann
Subject: Re: Isosurface with Text-Object
Date: 6 Sep 2005 07:55:02
Message: <dfk013$6kg$1@chho.imagico.de>
Grosch wrote:
> > How do i get a real rougth surface for the text-object ?
As Warp said this is not possible.
There are macros in the IsoCSG library though that generate functions
for characters, see:
http://www.tu-bs.de/%7Ey0013390/pov/ic/docu05.html
Christoph
--
POV-Ray tutorials, include files, Landscape of the week:
http://www.tu-bs.de/~y0013390/ (Last updated 24 Jul. 2005)
MegaPOV with mechanics simulation: http://megapov.inetart.net/
On Tue, 06 Sep 2005 13:54:11 +0200, Christoph Hormann <chr### [at] gmxde>
wrote:
> There are macros in the IsoCSG library though that generate functions > for characters, see:>> http://www.tu-bs.de/%7Ey0013390/pov/ic/docu05.html
... and http://www.tu-bs.de/%7Ey0013390/pov/ic/samples.html for some preview.
ABX