POV-Ray : Newsgroups : povray.advanced-users : Strange pigment error (3.6.1) : Strange pigment error (3.6.1) Server Time
1 Jul 2024 05:33:17 EDT (-0400)
  Strange pigment error (3.6.1)  
From: SharkD
Date: 11 Sep 2009 02:42:04
Message: <4aa9f13c$1@news.povray.org>
I'm using the following pigment:

#local Temp_fnc1 = function {pigment {spherical}}
#local Temp_fnc3 = function
{
	Temp_fnc1(x, log(y + 1) / log(2),z).gray
}


The image actually *renders* most of the way. But about 3/4 done it 
quits with the error, "Parse Error: Floating-point exception detected in 
function 'Temp_fnc3'. Your function either attempted a division by zero, 
used a function outside its domain or called an internal function with 
invalid parameters."

Aren't parse errors supposed to occur *before* the image begins 
rendering? How do I fix it?

-Mike


Post a reply to this message

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