POV-Ray : Newsgroups : povray.general : Isosurface media question : Re: Isosurface media question Server Time
11 Aug 2024 05:18:25 EDT (-0400)
  Re: Isosurface media question  
From: Ben Birdsey
Date: 6 Sep 1999 01:10:57
Message: <37D34B2C.4FC3B474@unlgrad1.unl.edu>
Why don't you try using a color map? Something like

     density{
       function{ ... }
       color_map{
         [0   rgb 0]
         [0.5 rgb 0]
         [1.0 rgb 1]
       }		
     }

	This should clamp the values of density to 0 (i.e. transparent) unless
function is > 0.5. Is that what you're going for?

	In Him,
	Ben


Post a reply to this message

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