POV-Ray : Newsgroups : povray.general : Re: Difference Small objects and Glass Cube : Re: Difference Small objects and Glass Cube Server Time
2 Aug 2024 16:27:23 EDT (-0400)
  Re: Difference Small objects and Glass Cube  
From: Slime
Date: 12 Sep 2004 19:53:46
Message: <4144e18a$1@news.povray.org>
> Well if I use scattering media, and those picutres contains fractals: and
> POVRAY know what fractal is: can I use fractal for pattern in scattering
> media?
> Or say in other word : can I make scattering media "follows" fractal
> results?


(Is there a reason you didn't respond to my post specifically?)

If your pattern is based on a fractal, then you may have a few options:

 - If it's the mandel or julia fractals, POV-Ray has built-in patterns to
handle these.
 - If you can express the fractal through recursion or iteration as a
function{}, you can use that to construct the density pattern.
 - Otherwise, you'll probably have to somehow generate a density_file (.df3)
based on your fractal and use this. (This could be done with an external
program or with POV-Ray and a utility that turns a series of 2D images into
the 3D df3 file.

However, if none of these options are practical, then you should probably
use the solution that Mike Williams gave.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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