POV-Ray : Newsgroups : povray.general : [3.5 Docs] 3.6.3.3 non-linear functions - Bug in formular Server Time
5 Aug 2024 18:25:40 EDT (-0400)
  [3.5 Docs] 3.6.3.3 non-linear functions - Bug in formular (Message 1 to 1 of 1)  
From: Marc-Hendrik Bremer
Subject: [3.5 Docs] 3.6.3.3 non-linear functions - Bug in formular
Date: 27 Jul 2002 09:23:29
Message: <3d429ed1@news.povray.org>
Hi,

there is a bug in the following function from the isosurface tutorial
section 3.6.3.3:

function { sqrt(pow(x,2)- + pow(z,2)) - 1 }

That should probably read

function { sqrt(pow(x,2) + pow(z,2)) - 1 }.

Sorry, if this was reported before.

Regards,

Marc-Hendrik


Post a reply to this message

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