POV-Ray : Newsgroups : povray.binaries.images : A method creat uniform thick shell : Re: A method creat uniform thick shell Server Time
6 May 2024 00:39:23 EDT (-0400)
  Re: A method creat uniform thick shell  
From: Christian Froeschlin
Date: 26 Oct 2013 12:57:09
Message: <526bf465$1@news.povray.org>
Christian Froeschlin wrote:

 > sqrt(((f(x+e,y,z)-f(x,y,z))/e)^2,
 >      ((f(x,y+e,z)-f(x,y,z))/e)^2,
 >      ((f(x,y,z+e)-f(x,y,z))/e)^2)

Oops that should have been

sqrt(((f(x+e,y,z)-f(x,y,z))/e)^2 +
      ((f(x,y+e,z)-f(x,y,z))/e)^2 +
      ((f(x,y,z+e)-f(x,y,z))/e)^2)


Post a reply to this message

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