in reply to Square Root algorithm
The interesting thing is that in my shading, iterating over a row of pixels, the result is probably very close to the result of the previous pixel, since the whole point of this is "smooth shading", right? So I used the previous call as the initial guess, and most often got the right answer after one iteration.
—John
|
|---|
| Replies are listed 'Best First'. |
|---|