mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
fixed a few more variations
This commit is contained in:
parent
3ee437d9b2
commit
f684f90956
@ -129,7 +129,7 @@ BaseXForm._fields_ = [('var', c_double * flam3_nvariations)
|
|||||||
, ('whorl_outside', c_double)
|
, ('whorl_outside', c_double)
|
||||||
, ('waves2_freqx', c_double)
|
, ('waves2_freqx', c_double)
|
||||||
, ('waves2_scalex', c_double)
|
, ('waves2_scalex', c_double)
|
||||||
, ('waves2_freqyx', c_double)
|
, ('waves2_freqy', c_double)
|
||||||
, ('waves2_scaley', c_double)
|
, ('waves2_scaley', c_double)
|
||||||
, ('auger_sym', c_double)
|
, ('auger_sym', c_double)
|
||||||
, ('auger_weight', c_double)
|
, ('auger_weight', c_double)
|
||||||
|
@ -854,7 +854,7 @@ var(81, 'waves2', """
|
|||||||
""")
|
""")
|
||||||
|
|
||||||
var(82, 'exp', """
|
var(82, 'exp', """
|
||||||
float expe = expf(f->tx);
|
float expe = expf(tx);
|
||||||
ox += w * expe * cosf(ty);
|
ox += w * expe * cosf(ty);
|
||||||
oy += w * expe * sinf(ty);
|
oy += w * expe * sinf(ty);
|
||||||
""")
|
""")
|
||||||
|
Loading…
Reference in New Issue
Block a user