POV-Ray : Newsgroups : povray.advanced-users : Req: isosurface function : Re: Req: isosurface function Server Time
30 Jul 2024 14:30:26 EDT (-0400)
  Re: Req: isosurface function  
From: Chris Huff
Date: 17 Nov 1999 15:39:00
Message: <38331317.96986E3@compuserve.com>
This might be close to what you want, they aren't exactly concentric,
more like stacked:
box  {< -5, -5,  0>, < 5, 5, 5 >
 texture {
  pigment {
   function {sqrt(x^2 + z^2)-y}
   color_map {
    [0 color Black]
    [1 color White]
   }
  }
 }
}


Post a reply to this message

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