POV-Ray : Newsgroups : povray.binaries.images : gel in O Server Time
16 Aug 2024 04:14:29 EDT (-0400)
  gel in O (Message 1 to 2 of 2)  
From:
Subject: gel in O
Date: 28 Mar 2002 02:59:22
Message: <2ri5auo0d68j483jpesjkllaph1g6uu8j5@4ax.com>
Attached image was achived with iso_csg library. Isosurface use function with
following syntax:

#local f_O= IC_Displace(
   IC_Threshold( IC_Char("O") , .4 ) ,
   IC_Scale( function{pattern{agate}} , 3 ) ,
   .1
 );

Threshold around character was used to move surface of letter outside of
shape. Agate displacement was scaled in space (IC_Scale) and adjusted to
<0,.1> range (.1 amount in IC_Displace). Rounded version of iso_csg was used
so edges after threshold are rounded. Texture from textures.inc was used.
Calculated max_gradient was probably the same as used (mag_gradient 2).

Any comments ?

ABX


Post a reply to this message


Attachments:
Download 'O.jpg' (167 KB)

Preview of image 'O.jpg'
O.jpg


 

From: Shay
Subject: Re: gel in O
Date: 28 Mar 2002 10:33:41
Message: <3ca337d5$1@news.povray.org>
This one looks a little like gel, but more like a Fruit Loop. A really slow
but fascinating image would be a bowl of iso Alpha Bits.

 -Shay


news:2ri5auo0d68j483jpesjkllaph1g6uu8j5@4ax.com...


Post a reply to this message

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