31 Aug
31 Aug
10:54 p.m.
On Fri, 2007-08-31 at 00:40 -0400, Russell Walsmith wrote:
Can anyone explain how the Fmod option is implemented?
From the docs: inside=fmod colors inside pixels according to the magnitude of the last orbit point which is within a set distance from the origin. Then: color = magnitude * colors / closeprox
The magnitude is checked against closeprox at every iteration, if magnitude is less than closeprox, it is saved. This happens until the iteration bails out or the max iteration count is reached. Then the pixel is colored using the last saved magnitude, as described above. Jonathan
6657
Age (days ago)
6657
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jonathan Osuch -
Russell Walsmith