Tim, I've incorporated a new passes option that plots the orbits and leaves them on the screen. It works for all escape time fractals. There are some backwards compatibility issues because the per_pixel routines for the mandel types do not currently initialize the y value, and need to. Also, the formula types appear to be plotting the orbits with the y-axis reversed. This feature works like the mandelcloud fractal type, which happens to be coded incorrectly. The magnitude is compared to 2, not 4. I don't plan on fixing it. Jonathan
Jonathan wrote:
I've incorporated a new passes option that plots the orbits and leaves them on the screen. It works for all escape time fractals.
Sounds like a worthy change.
There are some backwards compatibility issues because the per_pixel routines for the mandel types do not currently initialize the y value, and need to.
Do you plan to handle this? Tim
Tim,
There are some backwards compatibility issues because the per_pixel routines for the mandel types do not currently initialize the y value, and need to.
Do you plan to handle this?
Already done. It turns out, however, that what I was/am seeing is a difference in the outside=sum option between Xfractint and Fractint. Can't explain it yet. Jonathan
participants (2)
-
Jonathan Osuch -
Tim Wegner