POV-Ray : Newsgroups : povray.binaries.images : Sword Stand (final?) 107 KB : Re: Sword Stand (final?) 107 KB Server Time
16 Aug 2024 02:29:15 EDT (-0400)
  Re: Sword Stand (final?) 107 KB  
From: Patrick Dugan
Date: 2 Apr 2002 13:36:00
Message: <3ca9fa10$1@news.povray.org>
Yes they are isosurfaces.  My math skills are poor at best.  I felt luckly
to get them to look like that!  :)
Here is some of the code I used:

 isosurface {
     function { f_rounded_box(x,y,z,0,0.70,0.85,0.70) - f_noise3d(x*5.2,
y*4.9, z*4.7)* 0.05 }
     contained_by { box { -1 , 1} }
     max_gradient 25
     pigment {RockColor3 translate <0,-1.8,0>}
     scale RockScale
 }

If you could explain how that could be added here I will certainly try that.

Thanks!

Patrick Dugan

"Skip Talbot" <sta### [at] uiucedu> wrote in message
news:3ca9f3cd$1@news.povray.org...
> The coloring on the blade looks very artistic, I like the colors.  I
believe
> that it adds to the scene instead of taking away from it because of
realism.
> The stone bricks are isosurfaces, no?  What if you added a pigment
function
> on top of them giving them a small grain?
> --
>
>
>
> Skip
>
>


Post a reply to this message

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