POV-Ray : Newsgroups : povray.general : DNoise-Objects??? : DNoise-Objects??? Server Time
11 Aug 2024 23:17:51 EDT (-0400)
  DNoise-Objects???  
From: nobody
Date: 26 Apr 1999 15:49:52
Message: <3724b550.0@news.povray.org>
I don't really know if this is a good idea:
When I once was thinking about about how to create real random cloud-shapes,
I got the Idea that it may be possible to use D-Noise to create some
Random - shapes That may look like bubbles or clouds or something like that.
A possible Parameter may be a Float-Value between 0 and 1 which is defined
to be inside the single shape, which means that the surface is exactly  that
value.
This shape will need some other shape to Bound it.
A D-Noise cloud-shape-call might look like this:

DNoise_obj{
            surfaceValue 0.3
            texture{
                    pigment{ color {rgbf <1,1,1,0.5>}
                                    }
                    }
            scale 10
}


            Christian Klotz
Boe### [at] gmxde


Post a reply to this message

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