POV-Ray : Newsgroups : povray.binaries.images : rack of V Server Time
16 Aug 2024 00:22:30 EDT (-0400)
  rack of V (Message 1 to 3 of 3)  
From:
Subject: rack of V
Date: 28 Mar 2002 10:57:18
Message: <n1f6auc72aumeak2cq502ev5btld314pb1@4ax.com>
Attached image was achived with iso_csg library. This time isosurface use
function with following syntax:

#local f_V=IC_Intersection2 (
  IC_Threshold( IC_Char("V") , .4 ) ,
  IC_Scale( IC_Threshold( function{pattern{brick}} , .5 ) , .1 )
 );

Threshold around character was used to move surface of letter outside of
shape. Rounded version of iso_csg was used so edges after threshold are
rounded. Threshold around pattern was used to show value of pattern used as
surface. Simple yellow pigment used. Calculated max_gradient was 3999.456 but
884 used.

Any comments ?

ABX


Post a reply to this message


Attachments:
Download 'V.jpg' (173 KB)

Preview of image 'V.jpg'
V.jpg


 

From: Bill DeWitt
Subject: Re: rack of V
Date: 28 Mar 2002 12:16:56
Message: <3ca35008$1@news.povray.org>

>
> Any comments ?

    Well, now I know this week's obsession.


Post a reply to this message

From: Daniel Matthews
Subject: Re: rack of V
Date: 28 Mar 2002 19:56:04
Message: <2256135.9iq0E7s5MM@3-e.net>
Very interesting, thank you for sharing.
You should submit all of these examples to the POV team as part of the 
documentation.



> Attached image was achived with iso_csg library. This time isosurface use
> function with following syntax:
> 
> #local f_V=IC_Intersection2 (
>   IC_Threshold( IC_Char("V") , .4 ) ,
>   IC_Scale( IC_Threshold( function{pattern{brick}} , .5 ) , .1 )
>  );
> 
> Threshold around character was used to move surface of letter outside of
> shape. Rounded version of iso_csg was used so edges after threshold are
> rounded. Threshold around pattern was used to show value of pattern used
> as surface. Simple yellow pigment used. Calculated max_gradient was
> 3999.456 but 884 used.
> 
> Any comments ?
> 
> ABX


Post a reply to this message

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