POV-Ray : Newsgroups : moray.win : decoding clouds : Re: decoding clouds Server Time
28 Jul 2024 16:20:45 EDT (-0400)
  Re: decoding clouds  
From: Fabian BRAU
Date: 14 Jun 2000 04:32:26
Message: <3947430A.E9266414@umh.ac.be>
To use this script with moray, you must use it as an include and it 
will work ok (if you render the scene with megapov of course).

Fabian.


> 
> I've been trying to use the following pov-ray code in moray without much
> success. Can this be used in moray or is it just megapov specific?
> 
> Thanks,
> dcc
> 
> difference{ sphere{ <0,0,0>, 10010 } sphere{ <0,0,0>, 10000 } hollow
> translate <-40,-10000+90,0>
> //box{ <-100000,40,-100000>, <100000,50,100000> hollow
>   pigment{ color rgbf <1,1,1,1> }
>   interior{ media{
>       method 3  intervals 1  samples 20,1000  aa_level 6
>       emission <1,1,1>
>       scattering{ 1, color rgb <1,1,1> }
>       density{ wrinkles
>         density_map{
>           [0 color rgb <0,0,0>]
>           [0.6 color rgb <0,0,0>]
>           [1 color rgb <1,1,1>]
>         }
>         scale 150
>       }
>   } }
> }


Post a reply to this message

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