// G-Force DeltaField // Name: HAL_Julia-055+048 // Created by: Howard A. Landman, 5 June 2001 // e-mail: howard@polyamory.org -or- howard.landman@vitesse.com // homepage: http://www.polyamory.org/~howard/ // This DeltaField refracts the waves through the lens of a Julia set, // the fractal generated by the recursion relation z = z^2 + c // for z = (x + i*y) // and c = -0.55 + 0.48i // // See general notes on Julia sets in DF HAL_Julia_Seahorse. // Fitting Aspc=0 means we fit no matter what the screen aspect ratio Aspc=0, // Scale to fit screen A0="0.92", // X scaling, smaller A0 => wider fractal A1="0.92", // Y scaling, smaller A1 => taller fractal A2="2*a0*a1", // pre-compute for efficiency // Normal orientation would be like this srcX="(sqr(a0*x) - sqr(a1*y) + 0.55)/a0", srcY="(a2*x*y - 0.48)/a1", Vers=100