POV-Ray : Newsgroups : povray.advanced-users : Baillehache Feather Macro : Re: Baillehache Feather Macro Server Time
23 Apr 2024 12:26:37 EDT (-0400)
  Re: Baillehache Feather Macro  
From: Bald Eagle
Date: 20 Nov 2017 16:45:00
Message: <web.5a134c5ddfeeaf04c437ac910@news.povray.org>
"Fractracer" <lg.### [at] gmailcom> wrote:

> All works...
> I wait for your results.


Still working through it, though I noticed there are a few calculations that
ought to be throwing a divide-by-zero error.

like:

_dz*(degrees(asin(_y/_length*_depth/_length))/90.)/(degrees(asin(_depth/_length))/90.)*sin(radians(pow(_y/_length,5)*90
.))>,

since _y goes from 0 to _length.

So the first calculation must be (something) / ((something)*(0))

Not sure how POV-Ray works around that.


Post a reply to this message

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