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