POV-Ray : Newsgroups : povray.general : Converting Media : Converting Media Server Time
11 Aug 2024 03:33:39 EDT (-0400)
  Converting Media  
From: Mark Wagner
Date: 9 Sep 1999 01:34:43
Message: <37d746f3@news.povray.org>
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.