tma.ufm中的mandalaBetaJulia:
mandalaBetaJulia {
; Toby Marshall, Jan 2002
init:
z = #pixel
loop:
z = fn1(fn2(z^@power1)-@budge)^fn3((@seed^@power2)-@nudge)
bailout:
|z| < @bailout
switch:
type = "mandalabeta"
bailout = bailout
fn1 = @fn1
fn2 = @fn2
fn3 = @fn3
budge = @budge
nudge = @nudge
power1 = @power1
power2 = @power2
default:
periodicity = 0
title = "mandala beta julia"
param bailout
caption = "bailout"
default = 7.0
endparam
param seed
caption = "seed"
default = (1.225, -.325)
endparam
param power1
caption = "exponent1"
default = (3.0,0.0)
hint = "The real component determines the number \
of arms in the figure. The imaginary component \
changes the scale of the elements moving around the figure."
endparam
param power2
caption = "exponent2"
default = (1.0,0.0)
endparam
param budge
caption = "budge"
default = (0.0,0.0)
endparam
param nudge
caption = "nudge"
default = (0.0,0.0)
endparam
func fn1
caption = "function 1"
default = ident ()
endfunc
func fn2
caption = "function 2"
default = abs ()
endfunc
func fn3
caption = "function 3"
default = log ()
endfunc
}
此分形简单,不再制作此分形的视频。
扫图一张:
mandalaBetaJulia.gsp (55.74 KB)
|