POV-Ray : Newsgroups : povray.general : Converting Media : Re: Converting Media Server Time
11 Aug 2024 03:31:44 EDT (-0400)
  Re: Converting Media  
From: Mike
Date: 9 Sep 1999 02:37:32
Message: <37D753B3.EDB463D2@aol.com>
Uh, what's the density for?  Is it really constant?  I would assume that you
can just scale the values.

#declare t_yellowgreen_int = interior{
 media{
  emission .001*<0.6, 1, 0.15>
  absorption .001*<.4,0,0.85>
  samples 1,10
  confidence .9999
  variance 1/1000
 }
 ior 1.5
}


> I created the following media in the SuperPatch.  How do I convert it to a
> normal POV-Ray media? (it should be possible)
>
> #declare constant = function{ .01 }
>
> #declare t_yellowgreen_int = interior{
>  media{
>   density{
>    function constant
>    color_map{
>     [0 rgb .1]
>     [1 rgb .1]
>    }
>   }
>   emission <0.6, 1, 0.15>
>   absorption <.4,0,0.85>
>   samples 1,10
>   confidence .9999
>   variance 1/1000
>  }
>  ior 1.5
> }
>
> Mark


Post a reply to this message

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