POV-Ray : Newsgroups : povray.general : Pattern function errors : Pattern function errors Server Time
30 Jul 2024 20:28:49 EDT (-0400)
  Pattern function errors  
From: SharkD
Date: 6 Jul 2008 23:55:00
Message: <web.487192ebe6f38171eb867ce10@news.povray.org>
I am having problems with the following pattern:

pigment
{
 function {sqrt(pow(x,2) + pow(z,2)) / cos(asin(abs(y)))}
 pigment_map
 {
  [0 color rgb 0]
  [1 color rgb <0,1,0,>]
 }
}

POV-Ray gives the following error:

"Parse Error: Floating-point exception detected in function ''. Your function
either attempted a division by zero, used a function outside
its domain or called an internal function with invalid parameters."

Could somebody please explaing to me why this is and what I can do to fix it?

-Mike


Post a reply to this message

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