POV-Ray : Newsgroups : povray.bugreports : Bug in functions (3.7) : Bug in functions (3.7) Server Time
18 May 2024 18:13:26 EDT (-0400)
  Bug in functions (3.7)  
From: SharkD
Date: 9 Nov 2008 00:00:01
Message: <web.49166d8b922dfb254dffc32d0@news.povray.org>
Sorry if this bug has been mentioned before.

This works:

#local Temp_function = function { f_sphere(x + 1, y + 1, z + 1, 1) }

But this doesn't:

#local Temp_var = <1,1,1,>;
#local Temp_function = function { f_sphere(x + Temp_var.x, y + Temp_var.y, z +
Temp_var.z, 1) }


Post a reply to this message

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