Commit Graph

7 Commits

Author SHA1 Message Date
Erik Reckase
0053026871 added mobius variation (the one with 8 params, eralex's).
git-svn-id: https://flam3.googlecode.com/svn/trunk@151 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:14 -05:00
Erik Reckase
26f5c53f09 removed all exit() calls from functions compiled into shared library. palette failures result in white palettes, smooth interpolation falls back to linear instead of exiting on first/last segments, etc.
git-svn-id: https://flam3.googlecode.com/svn/trunk@35 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:13 -05:00
Erik Reckase
933c9a4532 Added flux variation.
git-svn-id: https://flam3.googlecode.com/svn/trunk@15 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
bc70f2a86e removed unnecessary var from colorhist function
git-svn-id: https://flam3.googlecode.com/svn/trunk@8 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
be7f6fd741 changed flam3_colorhist to take a random context as an argument rather than creating a new one each time. Also optimized the loop to only generate the precalc flags once and create the xform distrib array once.
git-svn-id: https://flam3.googlecode.com/svn/trunk@6 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:12 -05:00
Erik Reckase
9e40cff938 Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name no longer applied. Removed dependency of said function on the random context as it is not used in the function.
git-svn-id: https://flam3.googlecode.com/svn/trunk@5 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:11 -05:00
Erik Reckase
0b31b96c55 Initial commit of early-clip branch of flam3 into google code.
git-svn-id: https://flam3.googlecode.com/svn/trunk@3 77852712-ef1d-11de-8684-7d64432d61a3
2015-02-15 12:20:11 -05:00